Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
"allow" requires a direct object in this case.

llvm-svn: 286381
  • Loading branch information
phst committed Nov 9, 2016
1 parent 0f5cc9b commit 9934c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang-tools-extra/include-fixer/tool/clang-include-fixer.el
Original file line number Diff line number Diff line change
Expand Up @@ -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>.

Expand Down

0 comments on commit 9934c54

Please sign in to comment.