diff options
author | Adrian Prantl <aprantl@apple.com> | 2013-07-25 00:23:37 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2013-07-25 00:23:37 +0000 |
commit | 12bdde57a963a4a17af5e7d546d400b77069183e (patch) | |
tree | d3c06731340afda566eb50f63896421f8a2332e3 | |
parent | acc8cf441bb9b9208adfdb7b283ac3174a5ab796 (diff) | |
download | bcm5719-llvm-12bdde57a963a4a17af5e7d546d400b77069183e.tar.gz bcm5719-llvm-12bdde57a963a4a17af5e7d546d400b77069183e.zip |
typo.
llvm-svn: 187089
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index b090c4d3bf5..37b4bfc5cb6 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -422,7 +422,7 @@ public: ArtificialLocation(CodeGenFunction &CGF, CGBuilderTy &B); /// Set the current location to line 0, but within the current scope - /// (= the top of the LexicalScopeStack). + /// (= the top of the LexicalBlockStack). void Emit(); /// ~ArtificialLocation - Autorestore everything back to normal. |