aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-06-14 11:27:07 +0000
committerDuncan Sands <baldrick@free.fr>2007-06-14 11:27:07 +0000
commit41783f0bc7cc9618b55fb0e7c4438b35dcd7194c (patch)
tree87941a34063ec14f3ae8e683f24fefa17b85e152 /docs
parenta321125e8b7e50d427d86b8053de2e6793b5df5b (diff)
downloadexternal_llvm-41783f0bc7cc9618b55fb0e7c4438b35dcd7194c.zip
external_llvm-41783f0bc7cc9618b55fb0e7c4438b35dcd7194c.tar.gz
external_llvm-41783f0bc7cc9618b55fb0e7c4438b35dcd7194c.tar.bz2
Fix typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37573 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/SourceLevelDebugging.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html
index 3c9df8d..73a45cb 100644
--- a/docs/SourceLevelDebugging.html
+++ b/docs/SourceLevelDebugging.html
@@ -747,7 +747,7 @@ provide debug information at various points in generated code.</p>
<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 @@ another scope).</p>
<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>