branch: elpa/d-mode
commit 829e54f7e15556ecea0e50f0a65592babec4d137
Merge: 9729d5f 89339fa
Author: Russel Winder <[email protected]>
Commit: Russel Winder <[email protected]>
Merge pull request #63 from CyberShadow/pull-20160328-152643
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 a6753b0..e043237 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)