diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/sort/files.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sort/files.c b/usr.bin/sort/files.c index e4c50b0ba16..008f0a9bd08 100644 --- a/usr.bin/sort/files.c +++ b/usr.bin/sort/files.c @@ -1,4 +1,4 @@ -/* $OpenBSD: files.c,v 1.9 2003/06/03 02:56:16 millert Exp $ */ +/* $OpenBSD: files.c,v 1.10 2003/11/15 05:56:28 tedu Exp $ */ /*- * Copyright (c) 1993 @@ -36,7 +36,7 @@ #if 0 static char sccsid[] = "@(#)files.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: files.c,v 1.9 2003/06/03 02:56:16 millert Exp $"; +static char rcsid[] = "$OpenBSD: files.c,v 1.10 2003/11/15 05:56:28 tedu Exp $"; #endif #endif /* not lint */ @@ -147,7 +147,7 @@ makeline(flno, filelist, nfiles, buffer, bufend, dummy2) * buffer from start (see fsort()) * * realloc buffer and bump bufend * - * The former is perferred, realloc is only done when + * The former is preferred, realloc is only done when * there is exactly one item in buffer which does not fit. */ if (bufend == obufend) |