branch: elpa/d-mode
commit 9ce0830bacca0b7ca7dbd042dfd5145ae828e9c2
Author: Roy Crihfield <[email protected]>
Commit: Roy Crihfield <[email protected]>
fix typo
---
d-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/d-mode.el b/d-mode.el
index ffc52f9..4e861da 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -64,7 +64,7 @@
;; related constants could additionally be put inside an
;; (eval-after-load "font-lock" ...) but then some trickery is
;; necessary to get them compiled.)
-;; Coment out 'when-compile part for debugging
+;; Comment out 'when-compile part for debugging
(eval-when-compile
(require 'cc-langs)
(require 'cc-fonts)