summaryrefslogtreecommitdiff
path: root/src/csplit.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-21 17:19:34 +0000
committerJim Meyering <jim@meyering.net>1993-10-21 17:19:34 +0000
commitdf1e389479d422ebf9eb7a08ef3d60238776e9c9 (patch)
tree8cf589ac0041d09f57a6b347a339343a323d47e8 /src/csplit.c
parent193e68abd485958da7811d9fb18015d151145347 (diff)
downloadcoreutils-df1e389479d422ebf9eb7a08ef3d60238776e9c9.tar.xz
merge with 1.8c
Diffstat (limited to 'src/csplit.c')
-rw-r--r--src/csplit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csplit.c b/src/csplit.c
index a6be8fdbe..f2beb0fc0 100644
--- a/src/csplit.c
+++ b/src/csplit.c
@@ -614,7 +614,7 @@ get_first_line_in_buffer ()
return head->first_available;
}
-/* Return a pointer to the logical first line in the buffer and make the
+/* Return a pointer to the logical first line in the buffer and make the
next line the logical first line.
Return NULL if there is no more input. */