[llvm-commits] [llvm] r76342 - in /llvm/trunk/docs: LangRef.html SourceLevelDebugging.html
Chris Lattner
sabre at nondot.org
Sat Jul 18 14:47:16 PDT 2009
Author: lattner
Date: Sat Jul 18 16:47:15 2009
New Revision: 76342
URL: http://llvm.org/viewvc/llvm-project?rev=76342&view=rev
Log:
fix some typos pointed out by Hidenobu Seki
Modified:
llvm/trunk/docs/LangRef.html
llvm/trunk/docs/SourceLevelDebugging.html
Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=76342&r1=76341&r2=76342&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Sat Jul 18 16:47:15 2009
@@ -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
Modified: llvm/trunk/docs/SourceLevelDebugging.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.html?rev=76342&r1=76341&r2=76342&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.html (original)
+++ llvm/trunk/docs/SourceLevelDebugging.html Sat Jul 18 16:47:15 2009
@@ -80,7 +80,7 @@
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>
More information about the llvm-commits
mailing list