branch: elpa/d-mode
commit 89339fa7935b5ee94c5e162917456037ece0127f
Author: Vladimir Panteleev <[email protected]>
Commit: Vladimir Panteleev <[email protected]>
Fix typo in comment
---
d-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/d-mode.el b/d-mode.el
index 3d84eaf..c5fc362 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -127,7 +127,7 @@
d t)
(c-lang-defconst c-opt-cpp-prefix
- ;; Preprocssor directive recognizer. D doesn't have cpp, but it has #line
+ ;; Preprocessor directive recognizer. D doesn't have cpp, but it has #line
d "\\s *#\\s *")
(c-lang-defconst c-cpp-message-directives d nil)