branch: elpa/isl
commit ae0a95580b88ef9f3c4200c404f771e63c1f1766
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Typo in comment
---
isl.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/isl.el b/isl.el
index 554319b5ed3..b6b522fb0de 100644
--- a/isl.el
+++ b/isl.el
@@ -1030,7 +1030,7 @@ See `isl-requires-pattern'."
(cl-incf count))
(when (= (car bounds) (cdr bounds))
(forward-line 1)
- ;; If the line we are on if again an empty line
+ ;; If the line we are on is again an empty line
;; `isl--re-search-forward' will be stuck on next
;; turn of the loop so match it with looking-at
;; and use GO value in next turn of the loop.