aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-04-19 18:07:44 +0000
committerTed Kremenek <kremenek@apple.com>2008-04-19 18:07:44 +0000
commit7ea02e6822fadcda31014c55f58cbc04e24d5abf (patch)
tree6c705d764369e1a4db7a85d2c936d1333a2d37a7
parenta6e24811207ad2179b0dabe3d7e6ec551e6686df (diff)
Fix spelling/grammar in comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49955 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xutils/scan-build4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/scan-build b/utils/scan-build
index 920ba47c0b..0eb798026c 100755
--- a/utils/scan-build
+++ b/utils/scan-build
@@ -125,8 +125,8 @@ sub ComputeDigest {
die "Cannot read $FName" if (! -r $FName);
# Use Digest::MD5. We don't have to be cryptographically secure. We're
- # just looking for duplicate files that come from a non-maliciious source.
- # We use Digest::MD5 becomes it is a standard Perl module that should
+ # just looking for duplicate files that come from a non-malicious source.
+ # We use Digest::MD5 because it is a standard Perl module that should
# come bundled on most systems.
open(FILE, $FName) or die "Cannot open $FName.";