From 7d1c7640986a846caf7463107af8d1e692c3eb17 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 7 Jan 2003 17:12:11 +0000 Subject: (set_fields): Fix typo in comment. --- src/cut.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/cut.c b/src/cut.c index 4ca787768..97358cb66 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 -- cgit v1.2.3-70-g09d2