fix some typos pointed out by Hidenobu Seki
[oota-llvm.git] / docs / LangRef.html
index 258407328ec5ce75e5eac9186694408ba8d24471..44e6fa126e029facbbfb13769acb803cbb725f66 100644 (file)
@@ -790,7 +790,7 @@ variables always define a pointer to their "content" type because they
 describe a region of memory, and all memory objects in LLVM are
 accessed through pointers.</p>
 
-<p>A global variable may be declared to reside in a target-specifc numbered 
+<p>A global variable may be declared to reside in a target-specific numbered 
 address space. For targets that support them, address spaces may affect how
 optimizations are performed and/or what target instructions are used to access 
 the variable. The default address space is zero. The address space qualifier