Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / include / llvm / GlobalVariable.h
index 1769c665d062e35f1e0aed16863bd10104b4f549..442e0c0e1b203e65f6b97ec674deb89e106a2b29 100644 (file)
@@ -12,7 +12,7 @@
 //
 // Global variables are constant pointers that refer to hunks of space that are
 // allocated by either the VM, or by the linker in a static compiler.  A global
-// variable may have an intial value, which is copied into the executables .data
+// variable may have an initial value, which is copied into the executables .data
 // area.  Global Constants are required to have initializers.
 //
 //===----------------------------------------------------------------------===//