diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-07-11 12:59:44 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-07-11 12:59:44 +0000 |
commit | a406726fa2b9d1d7d32ac620ecc496bba300f42f (patch) | |
tree | e036aef818ccfeefef09ce395b7e0b218fdbc5e9 /usr.bin/make | |
parent | 3d5aef34e68adbed9db0144270b5f40c79f8e286 (diff) |
Typo in comment
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/lowparse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/lowparse.c b/usr.bin/make/lowparse.c index 4aea5e069d7..71922561d75 100644 --- a/usr.bin/make/lowparse.c +++ b/usr.bin/make/lowparse.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: lowparse.c,v 1.11 2001/05/29 12:53:41 espie Exp $ */ +/* $OpenBSD: lowparse.c,v 1.12 2001/07/11 12:59:43 espie Exp $ */ /* low-level parsing functions. */ @@ -401,7 +401,7 @@ ParseSkipEmptyLines(linebuf) } /* Parse_ReadNormalLine removes beginning and trailing blanks (but keeps - * the first tab), handles escaped newlinews, and skip over uninteresting + * the first tab), handles escaped newlines, and skip over uninteresting * lines. * * The line number is advanced, which implies that continuation |