[llvm-commits] [llvm] r169798 - /llvm/trunk/utils/KillTheDoctor/KillTheDoctor.cpp

Bill Wendling isanbard at gmail.com
Mon Dec 10 16:23:07 PST 2012


Author: void
Date: Mon Dec 10 18:23:07 2012
New Revision: 169798

URL: http://llvm.org/viewvc/llvm-project?rev=169798&view=rev
Log:
Fix grammar-o.

Modified:
    llvm/trunk/utils/KillTheDoctor/KillTheDoctor.cpp

Modified: llvm/trunk/utils/KillTheDoctor/KillTheDoctor.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/KillTheDoctor/KillTheDoctor.cpp?rev=169798&r1=169797&r2=169798&view=diff
==============================================================================
--- llvm/trunk/utils/KillTheDoctor/KillTheDoctor.cpp (original)
+++ llvm/trunk/utils/KillTheDoctor/KillTheDoctor.cpp Mon Dec 10 18:23:07 2012
@@ -49,7 +49,7 @@
 #include <map>
 #include <string>
 
-// This includes must be last.
+// These includes must be last.
 #include <Windows.h>
 #include <WinError.h>
 #include <Dbghelp.h>





More information about the llvm-commits mailing list