From 77f06d93b96d373f1e1d00f3a28c143c8d1562ec Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 11 Dec 2012 00:23:07 +0000 Subject: [PATCH] Fix grammar-o. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169798 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/KillTheDoctor/KillTheDoctor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/KillTheDoctor/KillTheDoctor.cpp b/utils/KillTheDoctor/KillTheDoctor.cpp index 239c7920053..feba2e54f6a 100644 --- a/utils/KillTheDoctor/KillTheDoctor.cpp +++ b/utils/KillTheDoctor/KillTheDoctor.cpp @@ -49,7 +49,7 @@ #include #include -// This includes must be last. +// These includes must be last. #include #include #include -- 2.34.1