[cfe-commits] r49955 - /cfe/trunk/utils/scan-build

Ted Kremenek kremenek at apple.com
Sat Apr 19 11:07:44 PDT 2008


Author: kremenek
Date: Sat Apr 19 13:07:44 2008
New Revision: 49955

URL: http://llvm.org/viewvc/llvm-project?rev=49955&view=rev
Log:
Fix spelling/grammar in comment.

Modified:
    cfe/trunk/utils/scan-build

Modified: cfe/trunk/utils/scan-build
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/scan-build?rev=49955&r1=49954&r2=49955&view=diff

==============================================================================
--- cfe/trunk/utils/scan-build (original)
+++ cfe/trunk/utils/scan-build Sat Apr 19 13:07:44 2008
@@ -125,8 +125,8 @@
   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.";





More information about the cfe-commits mailing list