* src/dd.c (skip): Remove one of two adjacent "the"s in a comment.
authorJim Meyering <jim@meyering.net>
Sat, 8 Jul 2006 06:04:18 +0000 (06:04 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 8 Jul 2006 06:04:18 +0000 (06:04 +0000)
ChangeLog
src/dd.c

index a4391a4..4e9f78d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-08  Jim Meyering  <jim@meyering.net>
+
+       * src/dd.c (skip): Remove one of two adjacent "the"s in a comment.
+
 2006-07-07  Jim Meyering  <jim@meyering.net>
 
        * NEWS: Mention that mv can now remove an empty destination directory,
index ac959de..9dc8244 100644 (file)
--- 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;