From 091d8fd95194160103e27364734ed29786bc8af6 Mon Sep 17 00:00:00 2001 From: Douglas Yung Date: Tue, 3 May 2016 00:12:59 +0000 Subject: [PATCH] Adding period to the end of a comment to test out commit access. llvm-svn: 268337 --- llvm/lib/Support/Windows/Path.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Support/Windows/Path.inc b/llvm/lib/Support/Windows/Path.inc index 6de21d0..f2f34d8 100644 --- a/llvm/lib/Support/Windows/Path.inc +++ b/llvm/lib/Support/Windows/Path.inc @@ -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; -- 2.7.4