aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-18 21:47:15 +0000
committerChris Lattner <sabre@nondot.org>2009-07-18 21:47:15 +0000
commit8ad2f9873939b1815bd4f788969ca210df42a8d4 (patch)
treecd21ca5b3a1883787251ad3c1ed5340dd52d25b5 /docs/LangRef.html
parent9dc87305db90a92a216041b928630b64878cf222 (diff)
downloadexternal_llvm-8ad2f9873939b1815bd4f788969ca210df42a8d4.zip
external_llvm-8ad2f9873939b1815bd4f788969ca210df42a8d4.tar.gz
external_llvm-8ad2f9873939b1815bd4f788969ca210df42a8d4.tar.bz2
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
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
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 @@ 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