From: Douglas Yung Date: Tue, 3 May 2016 00:12:59 +0000 (+0000) Subject: Adding period to the end of a comment to test out commit access. X-Git-Tag: llvmorg-3.9.0-rc1~7177 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=091d8fd95194160103e27364734ed29786bc8af6;p=platform%2Fupstream%2Fllvm.git Adding period to the end of a comment to test out commit access. llvm-svn: 268337 --- 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;