]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/vc-filewise.el: Comment fixes.
authorGlenn Morris <rgm@gnu.org>
Sat, 29 Nov 2014 21:38:29 +0000 (13:38 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 29 Nov 2014 21:38:29 +0000 (13:38 -0800)
lisp/vc/vc-filewise.el

index 4a05c9876b63eb3714e9b0af9782774978abb628..da8abc532fd61540265b4f2a58629af87c5f4878 100644 (file)
@@ -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.