branch: elpa/flymake-collection
commit cdac31a3f7de0a6436e39ef7bd68d7defab98e8f
Author: articuluxe <3206473+articul...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    checkers: Fix typo in clang (#10)
---
 src/checkers/flymake-collection-clang.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/checkers/flymake-collection-clang.el 
b/src/checkers/flymake-collection-clang.el
index d640fa5c17..4ad4be4e5a 100644
--- a/src/checkers/flymake-collection-clang.el
+++ b/src/checkers/flymake-collection-clang.el
@@ -37,7 +37,7 @@
   "Command line arguments always passed to `flymake-collection-clang'.")
 
 (defvar flymake-collection-clang-include-path nil
-  "Default include path for gcc in `flymake-collection-clang'.")
+  "Default include path for clang in `flymake-collection-clang'.")
 
 ;;;###autoload (autoload 'flymake-collection-clang "flymake-collection-clang")
 (flymake-collection-define-rx flymake-collection-clang
@@ -71,6 +71,6 @@ See URL `http://clang.llvm.org/'."
    (warning bol "<stdin>:" line ":" column ": " "warning"            ": " 
(message) eol)
    (note    bol "<stdin>:" line ":" column ": " "note"               ": " 
(message) eol)))
 
-(provide 'flymake-collection-gcc)
+(provide 'flymake-collection-clang)
 
 ;;; flymake-collection-clang.el ends here

Reply via email to