Adding period to the end of a comment to test out commit access.
authorDouglas Yung <douglas.yung@sony.com>
Tue, 3 May 2016 00:12:59 +0000 (00:12 +0000)
committerDouglas Yung <douglas.yung@sony.com>
Tue, 3 May 2016 00:12:59 +0000 (00:12 +0000)
llvm-svn: 268337

llvm/lib/Support/Windows/Path.inc

index 6de21d0..f2f34d8 100644 (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;