Skip to content

Commit 1e6150b

Browse files
committed
Small comment change
1 parent a07bd42 commit 1e6150b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/utils/generate_unsupported_in_drivermode.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,9 @@ def validate_file(path):
401401
if prefixes is not None and len(prefixes) > 0:
402402
# Assuming the first prefix is the preferred prefix
403403
prefix = prefixes[0]
404-
# When the "/" prefix is used incorrectly, misleading output is returned that also makes parsing more
405-
# complicated. Instead, given all "/" prefix options accept prefix "-" as well, use "-", which returns the
406-
# typical error.
404+
# When options prefixed with "/" are used with unsupported drivers, misleading output is returned that also
405+
# makes parsing more complicated. Instead, given all "/" prefix options accept prefix "-" as well, use "-",
406+
# which returns the typical error.
407407
# Example:
408408
# clang -cc1 /AI -x c++
409409
# error: error reading '/AI': No such file or directory

0 commit comments

Comments
 (0)