diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-12-11 00:23:07 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-12-11 00:23:07 +0000 |
commit | 77f06d93b96d373f1e1d00f3a28c143c8d1562ec (patch) | |
tree | d6d1c1ce57ead9a9c4ceda1491917c6045908025 | |
parent | 425e951734c3a0615e22ec94ffa51cc16ce6e483 (diff) |
Fix grammar-o.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169798 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | utils/KillTheDoctor/KillTheDoctor.cpp | 2 |
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> |