branch: elpa/magit
commit 221ba4cd90c1f4abb7cdc4e0d25cd83527943834
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Add missing comma in comment
---
lisp/magit.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit.el b/lisp/magit.el
index 7118a94761d..047a315929d 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -773,7 +773,7 @@ For X11 something like ~/.xinitrc should work.\n"
(require 'magit-blame)
(require 'magit-submodule)
(unless (or noninteractive
- ;; The `provide' form may be missing so we have to
+ ;; The `provide' form may be missing, so we have to
;; try harder to ensure this is loaded exactly once.
(featurep 'magit-autoloads)
(autoloadp (symbol-function 'magit-patch))