summaryrefslogtreecommitdiffstats
path: root/llvm
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
commitcb3f64f94564385430bc876d1363b3c6c6e14f8c (patch)
treecd61f174f6bd295cd72a56535e0f7c40ea2e9cfe /llvm
parent4a913f1e215cbb9541faa1db37ea734fef6d0a7e (diff)
downloadbcm5719-llvm-cb3f64f94564385430bc876d1363b3c6c6e14f8c.tar.gz
bcm5719-llvm-cb3f64f94564385430bc876d1363b3c6c6e14f8c.zip
fix some typos pointed out by Hidenobu Seki
llvm-svn: 76342
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/LangRef.html2
-rw-r--r--llvm/docs/SourceLevelDebugging.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 258407328ec..44e6fa126e0 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/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
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html
index 11b3600bdbe..fab63046a48 100644
--- a/llvm/docs/SourceLevelDebugging.html
+++ b/llvm/docs/SourceLevelDebugging.html
@@ -80,7 +80,7 @@ height="369">
debug information in LLVM. It describes the <a href="#format">actual format
that the LLVM debug information</a> takes, which is useful for those
interested in creating front-ends or dealing directly with the information.
- Further, this document provides specifc examples of what debug information
+ Further, this document provides specific examples of what debug information
for C/C++.</p>
</div>
OpenPOWER on IntegriCloud