]> granicus.if.org Git - clang/commitdiff
Fix spelling/grammar in comment.
authorTed Kremenek <kremenek@apple.com>
Sat, 19 Apr 2008 18:07:44 +0000 (18:07 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 19 Apr 2008 18:07:44 +0000 (18:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49955 91177308-0d34-0410-b5e6-96231b3b80d8

utils/scan-build

index 920ba47c0bb6d58a62f054542fbb021eeb50e0bc..0eb798026c3a2a0c3e203924512c5b275c9ba169 100755 (executable)
@@ -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.";