Fix typo.

llvm-svn: 139948
This commit is contained in:
Johnny Chen 2011-09-16 21:46:38 +00:00
parent 2a82cd5232
commit 18d7b950e1
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ public:
if (var_sp && var_sp->GetDeclaration().GetFile()) if (var_sp && var_sp->GetDeclaration().GetFile())
{ {
StreamString ss; StreamString ss;
// True to show fullpath for declrarion file. // True to show fullpath for declaration file.
var_sp->GetDeclaration().DumpStopContext(&ss, true); var_sp->GetDeclaration().DumpStopContext(&ss, true);
wp_loc->SetDeclInfo(ss.GetString()); wp_loc->SetDeclInfo(ss.GetString());
} }