mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-10 11:23:52 +00:00
Adding period to the end of a comment to test out commit access.
llvm-svn: 268337
This commit is contained in:
parent
24f26e6d91
commit
091d8fd951
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user