From: Jim Meyering Date: Tue, 7 Jan 2003 17:12:11 +0000 (+0000) Subject: (set_fields): Fix typo in comment. X-Git-Tag: v4.5.5~307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d1c7640986a846caf7463107af8d1e692c3eb17;p=thirdparty%2Fcoreutils.git (set_fields): Fix typo in comment. --- diff --git a/src/cut.c b/src/cut.c index 4ca7877686..97358cb661 100644 --- a/src/cut.c +++ b/src/cut.c @@ -1,5 +1,5 @@ /* cut - remove parts of lines of files - Copyright (C) 1984, 1997, 1998, 1999, 2000, 2001, 2002 by David M. Ihnat + Copyright (C) 1984, 1997, 1998, 1999, 2000, 2001, 2002, 2003 by David M. Ihnat This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -227,7 +227,7 @@ print_kth (unsigned int k) one field specification, zero otherwise. */ /* FIXME-someday: What if the user wants to cut out the 1,000,000-th field - of some huge input file? This function shouldn't have to alloate a table + of some huge input file? This function shouldn't have to allocate a table of a million ints just so we can test every field < 10^6 with an array dereference. Instead, consider using a dynamic hash table. It would be simpler and nearly as good a solution to use a 32K x 4-byte table with