Fix grammar

"allow" requires a direct object in this case.

llvm-svn: 286381
This commit is contained in:
Philipp Stephani 2016-11-09 17:47:56 +00:00
parent 0f5cc9b6df
commit 9934c54cca
1 changed files with 2 additions and 2 deletions

View 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>.