branch: externals/vc-got
commit ffa81a1d2d8cc7efa8ac9b4babf21f3c9751e6b7
Author: Omar Polo <o...@omarpolo.com>
Commit: Omar Polo <o...@omarpolo.com>

    typo
---
 vc-got.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/vc-got.el b/vc-got.el
index f088f2d..3ce4e03 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -449,8 +449,7 @@ tree."
 
 ;; XXX: generally speaking, files cannot be nil.  But we have to
 ;; handle that case too, because vc-got-stage-commit will call
-;; vc-got-checking with fileset nil to commit the current staged
-;; hunks.
+;; vc-got-checkin with fileset nil to commit the current staged hunks.
 (defun vc-got-checkin (files comment &optional _rev)
   "Commit FILES with COMMENT as commit message."
   (with-temp-buffer

Reply via email to