commit | 26ec874be668e2c945d9eef9f50fd36f5a4d01a2 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Fri Sep 16 21:46:38 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Fri Sep 16 21:46:38 2011 +0000 |
tree | 3470947cf7bf50169ecafac5a684270a969f921d | |
parent | f9f3302fb05aa8ffdb1e676b6b2abb0435900bac [diff] [blame] |
Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@139948 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectFrame.cpp b/source/Commands/CommandObjectFrame.cpp index 943d39e..4982bfb 100644 --- a/source/Commands/CommandObjectFrame.cpp +++ b/source/Commands/CommandObjectFrame.cpp
@@ -540,7 +540,7 @@ if (var_sp && var_sp->GetDeclaration().GetFile()) { StreamString ss; - // True to show fullpath for declrarion file. + // True to show fullpath for declaration file. var_sp->GetDeclaration().DumpStopContext(&ss, true); wp_loc->SetDeclInfo(ss.GetString()); }