summaryrefslogtreecommitdiff
path: root/utils/KillTheDoctor
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-12-11 00:23:07 +0000
committerBill Wendling <isanbard@gmail.com>2012-12-11 00:23:07 +0000
commit77f06d93b96d373f1e1d00f3a28c143c8d1562ec (patch)
treed6d1c1ce57ead9a9c4ceda1491917c6045908025 /utils/KillTheDoctor
parent425e951734c3a0615e22ec94ffa51cc16ce6e483 (diff)
downloadllvm-77f06d93b96d373f1e1d00f3a28c143c8d1562ec.tar.gz
llvm-77f06d93b96d373f1e1d00f3a28c143c8d1562ec.tar.bz2
llvm-77f06d93b96d373f1e1d00f3a28c143c8d1562ec.tar.xz
Fix grammar-o.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169798 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/KillTheDoctor')
-rw-r--r--utils/KillTheDoctor/KillTheDoctor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/KillTheDoctor/KillTheDoctor.cpp b/utils/KillTheDoctor/KillTheDoctor.cpp
index 239c792005..feba2e54f6 100644
--- a/utils/KillTheDoctor/KillTheDoctor.cpp
+++ b/utils/KillTheDoctor/KillTheDoctor.cpp
@@ -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>