diff options
| author | Duncan Sands <baldrick@free.fr> | 2007-06-14 11:27:07 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2007-06-14 11:27:07 +0000 |
| commit | 40f775bf6755546728240284563dafcc5ce24516 (patch) | |
| tree | bc13d319cf8183f663322aee10e721c188a2f71f /llvm/docs/SourceLevelDebugging.html | |
| parent | f274efef9f3cef42c2aeb082616d0faf1b2de129 (diff) | |
| download | bcm5719-llvm-40f775bf6755546728240284563dafcc5ce24516.tar.gz bcm5719-llvm-40f775bf6755546728240284563dafcc5ce24516.zip | |
Fix typos.
llvm-svn: 37573
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
| -rw-r--r-- | llvm/docs/SourceLevelDebugging.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index 3c9df8dc0fe..73a45cb2c4c 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/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> |

