Test commit. Fix typo in comment.

llvm-svn: 258835
This commit is contained in:
Jonathan Coe 2016-01-26 18:55:55 +00:00
parent 387ff7f8d6
commit 2c8592a80f
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ static StyleKind findStyleKind(
static void addUsage(IdentifierNamingCheck::NamingCheckFailureMap &Failures,
const NamedDecl *Decl, SourceRange Range,
const SourceManager *SM) {
// Do nothin if the provided range is invalid
// Do nothing if the provided range is invalid.
if (Range.getBegin().isInvalid() || Range.getEnd().isInvalid())
return;