Fix grammar
"allow" requires a direct object in this case. llvm-svn: 286381
This commit is contained in:
parent
0f5cc9b6df
commit
9934c54cca
|
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;; This package allows to invoke the 'clang-include-fixer' within Emacs.
|
;; This package allows Emacs users to invoke the 'clang-include-fixer' within
|
||||||
;; 'clang-include-fixer' provides an automated way of adding #include
|
;; Emacs. 'clang-include-fixer' provides an automated way of adding #include
|
||||||
;; directives for missing symbols in one translation unit, see
|
;; directives for missing symbols in one translation unit, see
|
||||||
;; <http://clang.llvm.org/extra/include-fixer.html>.
|
;; <http://clang.llvm.org/extra/include-fixer.html>.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue