preproc.c: Fix error message typo

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2010-08-09 20:17:17 +04:00
parent 753a60de63
commit 71f4f8426c

@ -2900,7 +2900,7 @@ issue_error:
}
count = reloc_value(evalresult);
if (count >= REP_LIMIT) {
error(ERR_NONFATAL, "`%%rep' evalue exceeds limit");
error(ERR_NONFATAL, "`%%rep' value exceeds limit");
count = 0;
} else
count++;