summaryrefslogtreecommitdiff
path: root/lisp/vc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-11-29 13:38:29 -0800
committerGlenn Morris <rgm@gnu.org>2014-11-29 13:38:29 -0800
commit9402d80f259b1f3aee9a5ce5d70ea1ea390a2234 (patch)
treee120cd6a56a2d780f2288a22275e79c5cf6da341 /lisp/vc
parent741f5e15dd6fff6a57f97549a56480103ede7179 (diff)
downloademacs-9402d80f259b1f3aee9a5ce5d70ea1ea390a2234.tar.gz
* lisp/vc/vc-filewise.el: Comment fixes.
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/vc-filewise.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/vc-filewise.el b/lisp/vc/vc-filewise.el
index 4a05c9876b6..da8abc532fd 100644
--- a/lisp/vc/vc-filewise.el
+++ b/lisp/vc/vc-filewise.el
@@ -24,8 +24,8 @@
;;; Commentary:
;; Common functions for file-oriented back ends - SCCS, RCS, SRC, CVS
-;;
-;; The main purpose of this file is so none od this code jas to like
+;;
+;; The main purpose of this file is so none of this code has to live
;; in the always-resident vc-hooks. A secondary purpose is to remove
;; code specific to this class of back ends from vc.el.