diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-18 21:47:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-18 21:47:15 +0000 |
commit | 8ad2f9873939b1815bd4f788969ca210df42a8d4 (patch) | |
tree | cd21ca5b3a1883787251ad3c1ed5340dd52d25b5 /docs/SourceLevelDebugging.html | |
parent | 9dc87305db90a92a216041b928630b64878cf222 (diff) |
fix some typos pointed out by Hidenobu Seki
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76342 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.html')
-rw-r--r-- | docs/SourceLevelDebugging.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 11b3600bdb..fab63046a4 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -80,7 +80,7 @@ height="369"> debug information in LLVM. It describes the <a href="#format">actual format that the LLVM debug information</a> takes, which is useful for those interested in creating front-ends or dealing directly with the information. - Further, this document provides specifc examples of what debug information + Further, this document provides specific examples of what debug information for C/C++.</p> </div> |