]> granicus.if.org Git - llvm/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268337 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Windows/Path.inc

index 6de21d08bf7a8ddbed80a1a2cf85253a72db45d2..f2f34d85e32a93e0d7223342f0845cdc9e6a682e 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;