summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xclang/utils/scan-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/scan-build b/clang/utils/scan-build
index ff44fee0012..362cad2e266 100755
--- a/clang/utils/scan-build
+++ b/clang/utils/scan-build
@@ -156,7 +156,7 @@ sub ScanFile {
$AlreadyScanned{$digest} = 1;
- # At this point the report file is not word readable. Make it happen.
+ # At this point the report file is not world readable. Make it happen.
`chmod 644 $Dir/$FName`;
# Scan the report file for tags.
OpenPOWER on IntegriCloud