Spelling.

git-svn-id: http://root.cern.ch/svn/root/trunk@47802 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
Axel Naumann 2012-12-04 08:05:11 +00:00
parent 36f406676f
commit 643a9c3284

View File

@ -52,7 +52,7 @@ namespace cling {
///\brief Checks whether the input contains balanced number of braces
///
///\param[in] line - Input line to validate.
///\param[in] LO - Langluage options to validate against.
///\param[in] LO - Language options to validate against.
///\returns Information about the outcome of the validation.
///
ValidationResult validate(llvm::StringRef line);