summaryrefslogtreecommitdiffstats
path: root/usr.bin/more/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/more/input.c')
-rw-r--r--usr.bin/more/input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/more/input.c b/usr.bin/more/input.c
index 521bc53..bdf65bb 100644
--- a/usr.bin/more/input.c
+++ b/usr.bin/more/input.c
@@ -37,7 +37,7 @@ static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
/*
- * High level routines dealing with getting lines of input
+ * High level routines dealing with getting lines of input
* from the file being viewed.
*
* When we speak of "lines" here, we mean PRINTABLE lines;
@@ -204,7 +204,7 @@ back_line(curr_pos)
* until we reach the curr_pos.
*
* {{ This algorithm is pretty inefficient if the lines
- * are much longer than the screen width,
+ * are much longer than the screen width,
* but I don't know of any better way. }}
*/
if (ch_seek(new_pos))
OpenPOWER on IntegriCloud