diff options
author | 2002-06-14 21:34:58 +0000 | |
---|---|---|
committer | 2002-06-14 21:34:58 +0000 | |
commit | e4d25771e502a9b366bb8bafa82e4b9d2dab6ffa (patch) | |
tree | d3889a616a1b0ce198ee331a24bc7bfe5edff217 /lib/libc/stdio/fgetln.c | |
parent | make the output of pfctl -k look nice again (diff) | |
download | wireguard-openbsd-e4d25771e502a9b366bb8bafa82e4b9d2dab6ffa.tar.xz wireguard-openbsd-e4d25771e502a9b366bb8bafa82e4b9d2dab6ffa.zip |
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'lib/libc/stdio/fgetln.c')
-rw-r--r-- | lib/libc/stdio/fgetln.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fgetln.c b/lib/libc/stdio/fgetln.c index e3e616545fc..748a612e50c 100644 --- a/lib/libc/stdio/fgetln.c +++ b/lib/libc/stdio/fgetln.c @@ -35,7 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: fgetln.c,v 1.2 1996/08/19 08:32:29 tholo Exp $"; +static char *rcsid = "$OpenBSD: fgetln.c,v 1.3 2002/06/14 21:34:58 todd Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> @@ -114,7 +114,7 @@ fgetln(fp, lenp) * As a bonus, though, we can leave off the __SMOD. * * OPTIMISTIC is length that we (optimistically) expect will - * accomodate the `rest' of the string, on each trip through the + * accommodate the `rest' of the string, on each trip through the * loop below. */ #define OPTIMISTIC 80 |