diff options
Diffstat (limited to 'usr.bin/pr/pr.c')
-rw-r--r-- | usr.bin/pr/pr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c index bef76c5..1867c7c 100644 --- a/usr.bin/pr/pr.c +++ b/usr.bin/pr/pr.c @@ -1437,7 +1437,7 @@ prhead(char *buf, const char *fname, int pagcnt) * restrictions. The specification for header line format * in the spec clearly does not limit length. No pr currently * restricts header length. However if we need to truncate in - * an reasonable way, adjust the length of the printf by + * a reasonable way, adjust the length of the printf by * changing HDFMT to allow a length max as an arguement printf. * buf (which contains the offset spaces and time field could * also be trimmed |