updated for version 7.1a
diff --git a/src/regexp.c b/src/regexp.c
index a786039..cfdbce7 100644
--- a/src/regexp.c
+++ b/src/regexp.c
@@ -3840,7 +3840,7 @@
 		pos_T	*pos;
 
 		pos = getmark(mark, FALSE);
-		if (pos == NULL		    /* mark doesn't exist) */
+		if (pos == NULL		     /* mark doesn't exist */
 			|| pos->lnum <= 0    /* mark isn't set (in curbuf) */
 			|| (pos->lnum == reglnum + reg_firstlnum
 				? (pos->col == (colnr_T)(reginput - regline)