[Lldb-commits] [lldb] r182302 - Patch from Yacine Belkadi that fixes a typo in an error message.
Greg Clayton
gclayton at apple.com
Mon May 20 09:52:10 PDT 2013
Author: gclayton
Date: Mon May 20 11:52:10 2013
New Revision: 182302
URL: http://llvm.org/viewvc/llvm-project?rev=182302&view=rev
Log:
Patch from Yacine Belkadi that fixes a typo in an error message.
Modified:
lldb/trunk/source/Symbol/Variable.cpp
Modified: lldb/trunk/source/Symbol/Variable.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Symbol/Variable.cpp?rev=182302&r1=182301&r2=182302&view=diff
==============================================================================
--- lldb/trunk/source/Symbol/Variable.cpp (original)
+++ lldb/trunk/source/Symbol/Variable.cpp Mon May 20 11:52:10 2013
@@ -465,7 +465,7 @@ Variable::GetValuesForVariableExpression
}
}
}
- error.SetErrorStringWithFormat ("unable to extracta variable name from '%s'", variable_expr_path);
+ error.SetErrorStringWithFormat ("unable to extract a variable name from '%s'", variable_expr_path);
}
break;
}
More information about the lldb-commits
mailing list