From 6b535b03bbabb96b9c7a63881680a159b4e9d9c8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 8 Jul 2006 06:04:18 +0000 Subject: * src/dd.c (skip): Remove one of two adjacent "the"s in a comment. --- src/dd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/dd.c b/src/dd.c index ac959de40..9dc824422 100644 --- a/src/dd.c +++ b/src/dd.c @@ -1136,7 +1136,7 @@ skip (int fdesc, char const *file, uintmax_t records, size_t blocksize, uintmax_t offset = records * blocksize; /* Try lseek and if an error indicates it was an inappropriate operation -- - or if the the file offset is not representable as an off_t -- + or if the file offset is not representable as an off_t -- fall back on using read. */ errno = 0; -- cgit v1.2.3-54-g00ecf