Adding period to the end of a comment to test out commit access.

llvm-svn: 268337
This commit is contained in:
Douglas Yung 2016-05-03 00:12:59 +00:00
parent 24f26e6d91
commit 091d8fd951

View File

@ -403,7 +403,7 @@ static bool isReservedName(StringRef path) {
if (path.startswith("\\\\.\\"))
return true;
// Then compare against the list of ancient reserved names
// Then compare against the list of ancient reserved names.
for (size_t i = 0; i < array_lengthof(sReservedNames); ++i) {
if (path.equals_lower(sReservedNames[i]))
return true;