Flatten the aligned-char-array utility template to be a directly
[oota-llvm.git] / include / llvm / Support / Signals.h
index da98d0ca8f76322e1285f8f27af9f765b9b53cd6..634f4cf76dc0dd4e1c37a8dbce9d8960e87af0f5 100644 (file)
@@ -1,4 +1,4 @@
-//===- llvm/System/Signals.h - Signal Handling support ----------*- C++ -*-===//
+//===- llvm/Support/Signals.h - Signal Handling support ----------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 //
 // This file defines some helpful functions for dealing with the possibility of
-// unix signals occuring while your program is running.
+// unix signals occurring while your program is running.
 //
 //===----------------------------------------------------------------------===//