diff options
Diffstat (limited to 'clang/utils/scan-build')
-rwxr-xr-x | clang/utils/scan-build | 2 |
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. |