summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-08 06:04:18 +0000
committerJim Meyering <jim@meyering.net>2006-07-08 06:04:18 +0000
commit6b535b03bbabb96b9c7a63881680a159b4e9d9c8 (patch)
tree7bfe08097cf230bda91ea38ed57ec5cf630bfb08 /src
parent24ec8f28bbf7a0046eb2abf8a23066c22df539af (diff)
downloadcoreutils-6b535b03bbabb96b9c7a63881680a159b4e9d9c8.tar.xz
* src/dd.c (skip): Remove one of two adjacent "the"s in a comment.
Diffstat (limited to 'src')
-rw-r--r--src/dd.c2
1 files changed, 1 insertions, 1 deletions
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;