summaryrefslogtreecommitdiff
path: root/lisp/vc/vc.el
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2022-10-18 02:49:21 +0300
committerDmitry Gutov <dgutov@yandex.ru>2022-10-18 02:49:21 +0300
commitbe3d9f717dd317eafc8f511072040a5ff8c1071c (patch)
treeadffb2225e5f578cd5ff9d0ab1b001ef3481d33b /lisp/vc/vc.el
parent5e7726552340a3a27b3445b2094bdcc004277d2a (diff)
downloademacs-be3d9f717dd317eafc8f511072040a5ff8c1071c.tar.gz
emacs-be3d9f717dd317eafc8f511072040a5ff8c1071c.tar.bz2
emacs-be3d9f717dd317eafc8f511072040a5ff8c1071c.zip
; Fix comment
Diffstat (limited to 'lisp/vc/vc.el')
-rw-r--r--lisp/vc/vc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 2a09d70209d..df51f52bc7c 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -1699,7 +1699,7 @@ Runs the normal hooks `vc-before-checkin-hook' and `vc-checkin-hook'."
(vc-revert-file buffer-file-name)))
(with-temp-buffer
;; Trying to support CVS too. Assuming that vc-diff
- ;; there will usually the diff root in default-directory.
+ ;; there will usually have diff root in default-directory.
(when (vc-find-backend-function backend 'root)
(setq-local default-directory
(vc-call-backend backend 'root (car files))))