aboutsummaryrefslogtreecommitdiffstats
path: root/docs/SourceLevelDebugging.html
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-10-12 14:46:08 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-10-12 14:46:08 +0000
commit5fb9d7e8d4fe8ec08d086e07c83c8c5952cf071a (patch)
tree611b8930c912c03403d721f81e51788a42c125df /docs/SourceLevelDebugging.html
parentb26e279e163669d34e45697b2ebe0e1003b7d8f8 (diff)
downloadexternal_llvm-5fb9d7e8d4fe8ec08d086e07c83c8c5952cf071a.zip
external_llvm-5fb9d7e8d4fe8ec08d086e07c83c8c5952cf071a.tar.gz
external_llvm-5fb9d7e8d4fe8ec08d086e07c83c8c5952cf071a.tar.bz2
Documentation: Perform automated correction of common typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83849 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.html')
-rw-r--r--docs/SourceLevelDebugging.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html
index 49ce278..69cb1af 100644
--- a/docs/SourceLevelDebugging.html
+++ b/docs/SourceLevelDebugging.html
@@ -288,7 +288,7 @@ height="369">
way. Also, all debugging information objects start with a tag to indicate
what type of object it is. The source-language is allowed to define its own
objects, by using unreserved tag numbers. We recommend using with tags in
- the range 0x1000 thru 0x2000 (there is a defined enum DW_TAG_user_base =
+ the range 0x1000 through 0x2000 (there is a defined enum DW_TAG_user_base =
0x1000.)</p>
<p>The fields of debug descriptors used internally by LLVM