summaryrefslogtreecommitdiffstats
path: root/llvm/docs/SourceLevelDebugging.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2010-03-17 15:01:50 +0000
committerJohn Criswell <criswell@uiuc.edu>2010-03-17 15:01:50 +0000
commit2a4b080c5dd9c5c8698462a3ed460758f5dfb330 (patch)
treefaa8e2ea49fe86796cc1b6bb63b216157f68fb37 /llvm/docs/SourceLevelDebugging.html
parenteeed0cc32d618498de0744165d9cc9a634ac10e4 (diff)
downloadbcm5719-llvm-2a4b080c5dd9c5c8698462a3ed460758f5dfb330.tar.gz
bcm5719-llvm-2a4b080c5dd9c5c8698462a3ed460758f5dfb330.zip
Fixed spelling errors.
llvm-svn: 98724
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r--llvm/docs/SourceLevelDebugging.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html
index 005eb130396..66a9a2e34ef 100644
--- a/llvm/docs/SourceLevelDebugging.html
+++ b/llvm/docs/SourceLevelDebugging.html
@@ -237,7 +237,7 @@ height="369">
<p>LLVM debugging information has been carefully designed to make it possible
for the optimizer to optimize the program and debugging information without
necessarily having to know anything about debugging information. In
- particular, te use of metadadta avoids duplicated dubgging information from
+ particular, the use of metadata avoids duplicated debugging information from
the beginning, and the global dead code elimination pass automatically
deletes debugging information for a function if it decides to delete the
function. </p>
@@ -370,7 +370,7 @@ height="369">
</pre>
</div>
-<p>These descriptors contain informations for a file. Global variables and top
+<p>These descriptors contain information for a file. Global variables and top
level functions would be defined using this context.k File descriptors also
provide context for source line correspondence. </p>
@@ -967,7 +967,7 @@ call void @llvm.dbg.declare({ }* %2, metadata !12), !dbg !14
</pre>
</div>
-<p>Here <tt>!14</tt> indicates that <tt>Z</tt> is declaread at line number 5 and
+<p>Here <tt>!14</tt> indicates that <tt>Z</tt> is declared at line number 5 and
column number 9 inside of lexical scope <tt>!13</tt>. The lexical scope
itself resides inside of lexical scope <tt>!1</tt> described above.</p>
OpenPOWER on IntegriCloud