patch 8.0.1845: various comment updates needed, missing white space
Problem: Various comment updates needed, missing white space.
Solution: Update comments, add white space.
diff --git a/src/getchar.c b/src/getchar.c
index e82155f..1f7c7d1 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -4399,7 +4399,9 @@
/*
* Check for an abbreviation.
- * Cursor is at ptr[col]. When inserting, mincol is where insert started.
+ * Cursor is at ptr[col].
+ * When inserting, mincol is where insert started.
+ * For the command line, mincol is what is to be skipped over.
* "c" is the character typed before check_abbr was called. It may have
* ABBR_OFF added to avoid prepending a CTRL-V to it.
*