[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html
Duncan Sands
baldrick at free.fr
Thu Jun 14 04:27:30 PDT 2007
Changes in directory llvm/docs:
SourceLevelDebugging.html updated: 1.28 -> 1.29
---
Log message:
Fix typos.
---
Diffs of the changes: (+3 -3)
SourceLevelDebugging.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/docs/SourceLevelDebugging.html
diff -u llvm/docs/SourceLevelDebugging.html:1.28 llvm/docs/SourceLevelDebugging.html:1.29
--- llvm/docs/SourceLevelDebugging.html:1.28 Wed Mar 14 14:31:55 2007
+++ llvm/docs/SourceLevelDebugging.html Thu Jun 14 06:27:07 2007
@@ -747,7 +747,7 @@
<p>This intrinsic is used to provide correspondence between the source file and
the generated code. The first argument is the line number (base 1), second
-argument si the column number (0 if unknown) and the third argument the source
+argument is the column number (0 if unknown) and the third argument the source
<tt>%<a href="#format_compile_units">llvm.dbg.compile_unit</a>*</tt> cast to a
<tt>{ }*</tt>. Code following a call to this intrinsic will have been defined
in close proximity of the line, column and file. This information holds until
@@ -991,7 +991,7 @@
<p>It is worth noting that this scoping mechanism is used to control scoping of
all declarations, not just variable declarations. For example, the scope of a
-C++ using declaration is controlled with this couldchange how name lookup is
+C++ using declaration is controlled with this and could change how name lookup is
performed.</p>
</div>
@@ -1775,7 +1775,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/03/14 19:31:55 $
+ Last modified: $Date: 2007/06/14 11:27:07 $
</address>
</body>
More information about the llvm-commits
mailing list