Fix grammar
authorPhilipp Stephani <phst@google.com>
Wed, 9 Nov 2016 17:47:56 +0000 (17:47 +0000)
committerPhilipp Stephani <phst@google.com>
Wed, 9 Nov 2016 17:47:56 +0000 (17:47 +0000)
"allow" requires a direct object in this case.

llvm-svn: 286381

clang-tools-extra/include-fixer/tool/clang-include-fixer.el

index 194f4b1..f857eee 100644 (file)
@@ -5,8 +5,8 @@
 
 ;;; Commentary:
 
-;; This package allows to invoke the 'clang-include-fixer' within Emacs.
-;; 'clang-include-fixer' provides an automated way of adding #include
+;; This package allows Emacs users to invoke the 'clang-include-fixer' within
+;; Emacs.  'clang-include-fixer' provides an automated way of adding #include
 ;; directives for missing symbols in one translation unit, see
 ;; <http://clang.llvm.org/extra/include-fixer.html>.