summaryrefslogtreecommitdiff
path: root/lisp/cedet/cedet-files.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/cedet-files.el')
-rw-r--r--lisp/cedet/cedet-files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/cedet-files.el b/lisp/cedet/cedet-files.el
index ae037028bf..6f40ee7030 100644
--- a/lisp/cedet/cedet-files.el
+++ b/lisp/cedet/cedet-files.el
@@ -83,7 +83,7 @@ specific conversions during tests."
(setq file (concat driveletter ":"
(substring file (match-end 1))))))
- ;; Handle the \\file\name nomenclature on some windows boxes.
+ ;; Handle the \\file\name nomenclature on some Windows boxes.
(when (string-match "^!" file)
(setq file (concat "//" (substring file 1)))))
file))