fix some typos pointed out by Hidenobu Seki
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76342 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 2584073..44e6fa1 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -790,7 +790,7 @@
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