Skip to content

Commit ebf9ee0

Browse files
committed
Merge pull request #168 from shwhl/fix-bug
Fix missing period in comments
2 parents 88de1ee + b9ee2eb commit ebf9ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Basic/Version.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Version Version::parseVersionString(StringRef VersionString,
189189
SmallString<16> digits;
190190
llvm::raw_svector_ostream OS(digits);
191191
SmallVector<std::pair<StringRef, SourceRange>, 5> SplitComponents;
192-
// Skip over quote character in string literal
192+
// Skip over quote character in string literal.
193193

194194
splitVersionComponents(SplitComponents, VersionString, Loc, Diags);
195195

0 commit comments

Comments
 (0)