diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-09 09:51:57 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-09 09:51:57 +0000 |
commit | 4d6deb099ee63f2b19f3abbe11e8e3c106fd8493 (patch) | |
tree | 19fc10c5dbf9eac1ccacc88cb3258cee5041e99f /docs/SourceLevelDebugging.html | |
parent | 18a2e50a9bfe4ecde57dc3913a7bd98b954ec81a (diff) |
docs/*.html: Make W3C HTML 4.01 Strict more compliant.
FIXME: The logo handling in ReleaseNotes.html
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129208 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 2eb9aec8f5..aed42943a3 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -804,7 +804,7 @@ DW_TAG_return_variable = 258 </pre> <p>This intrinsic provides information about a local element (ex. variable.) The - first argument is metadata holding alloca for the variable.</tt>. The + first argument is metadata holding alloca for the variable. The second argument is metadata containing description of the variable. </p> </div> |