diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-09 17:18:33 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-09 17:18:33 +0100 |
commit | c4e7c63af11781a1c79c119ef4a2b8c2b74637d6 (patch) | |
tree | ccc20d5cc006578029ccee2ac91925f3ac25ae41 /lisp/progmodes/gud.el | |
parent | d9ac1a1e5de383d2929d1590176e5b82901b89c9 (diff) | |
download | emacs-c4e7c63af11781a1c79c119ef4a2b8c2b74637d6.tar.gz |
Fix typos.
Diffstat (limited to 'lisp/progmodes/gud.el')
-rw-r--r-- | lisp/progmodes/gud.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 7b3a2893610..944a412fb63 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -2155,7 +2155,7 @@ during jdb initialization depending on the value of string (concat "[ \t\n\r,\"" path-separator "]+"))))) -;; See comentary for other debugger's marker filters - there you will find +;; See commentary for other debugger's marker filters - there you will find ;; important notes about STRING. (defun gud-jdb-marker-filter (string) |