diff options
author | Marek Polacek <mpolacek@redhat.com> | 2011-04-16 17:33:43 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-16 17:33:43 +0200 |
commit | b0b8884009f9844e75d10f9e5d4ac16ef6b36170 (patch) | |
tree | f34f7d1e2b756d17b969517ea3fe5a0dab8bf60a | |
parent | 88d3cfdb75b6da83f3552daceed803f0a29d0c9c (diff) | |
download | busybox-w32-b0b8884009f9844e75d10f9e5d4ac16ef6b36170.tar.gz busybox-w32-b0b8884009f9844e75d10f9e5d4ac16ef6b36170.tar.bz2 busybox-w32-b0b8884009f9844e75d10f9e5d4ac16ef6b36170.zip |
Fix double words in comments. No code changes
Signed-off-by: Marek Polacek <mpolacek@redhat.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | archival/ar.c | 2 | ||||
-rw-r--r-- | archival/gzip.c | 4 | ||||
-rw-r--r-- | e2fsprogs/old_e2fsprogs/e2fsck.c | 2 | ||||
-rw-r--r-- | e2fsprogs/old_e2fsprogs/e2fsck.h | 2 | ||||
-rw-r--r-- | e2fsprogs/old_e2fsprogs/ext2fs/get_pathname.c | 2 | ||||
-rw-r--r-- | editors/ed.c | 2 | ||||
-rw-r--r-- | libbb/appletlib.c | 2 | ||||
-rw-r--r-- | scripts/basic/docproc.c | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/archival/ar.c b/archival/ar.c index f5a379fb8..e7973af94 100644 --- a/archival/ar.c +++ b/archival/ar.c | |||
@@ -82,7 +82,7 @@ static void output_ar_header(archive_handle_t *handle) | |||
82 | } | 82 | } |
83 | 83 | ||
84 | /* | 84 | /* |
85 | * when replacing files in an existing archive, copy from the the | 85 | * when replacing files in an existing archive, copy from the |
86 | * original archive those files that are to be left intact | 86 | * original archive those files that are to be left intact |
87 | */ | 87 | */ |
88 | static void FAST_FUNC copy_data(archive_handle_t *handle) | 88 | static void FAST_FUNC copy_data(archive_handle_t *handle) |
diff --git a/archival/gzip.c b/archival/gzip.c index 7686e1adb..a9b216afe 100644 --- a/archival/gzip.c +++ b/archival/gzip.c | |||
@@ -1674,7 +1674,7 @@ static ulg flush_block(char *buf, ulg stored_len, int eof) | |||
1674 | 1674 | ||
1675 | /* =========================================================================== | 1675 | /* =========================================================================== |
1676 | * Update a hash value with the given input byte | 1676 | * Update a hash value with the given input byte |
1677 | * IN assertion: all calls to to UPDATE_HASH are made with consecutive | 1677 | * IN assertion: all calls to UPDATE_HASH are made with consecutive |
1678 | * input characters, so that a running hash key can be computed from the | 1678 | * input characters, so that a running hash key can be computed from the |
1679 | * previous key instead of complete recalculation each time. | 1679 | * previous key instead of complete recalculation each time. |
1680 | */ | 1680 | */ |
@@ -1705,7 +1705,7 @@ static ulg flush_block(char *buf, ulg stored_len, int eof) | |||
1705 | /* Insert string s in the dictionary and set match_head to the previous head | 1705 | /* Insert string s in the dictionary and set match_head to the previous head |
1706 | * of the hash chain (the most recent string with same hash key). Return | 1706 | * of the hash chain (the most recent string with same hash key). Return |
1707 | * the previous length of the hash chain. | 1707 | * the previous length of the hash chain. |
1708 | * IN assertion: all calls to to INSERT_STRING are made with consecutive | 1708 | * IN assertion: all calls to INSERT_STRING are made with consecutive |
1709 | * input characters and the first MIN_MATCH bytes of s are valid | 1709 | * input characters and the first MIN_MATCH bytes of s are valid |
1710 | * (except for the last MIN_MATCH-1 bytes of the input file). */ | 1710 | * (except for the last MIN_MATCH-1 bytes of the input file). */ |
1711 | #define INSERT_STRING(s, match_head) \ | 1711 | #define INSERT_STRING(s, match_head) \ |
diff --git a/e2fsprogs/old_e2fsprogs/e2fsck.c b/e2fsprogs/old_e2fsprogs/e2fsck.c index 1f990b303..ad4ff348b 100644 --- a/e2fsprogs/old_e2fsprogs/e2fsck.c +++ b/e2fsprogs/old_e2fsprogs/e2fsck.c | |||
@@ -582,7 +582,7 @@ static dnode_t *dict_first(dict_t *dict) | |||
582 | 582 | ||
583 | /* | 583 | /* |
584 | * Return the given node's successor node---the node which has the | 584 | * Return the given node's successor node---the node which has the |
585 | * next key in the the left to right ordering. If the node has | 585 | * next key in the left to right ordering. If the node has |
586 | * no successor, a null pointer is returned rather than a pointer to | 586 | * no successor, a null pointer is returned rather than a pointer to |
587 | * the nil node. | 587 | * the nil node. |
588 | */ | 588 | */ |
diff --git a/e2fsprogs/old_e2fsprogs/e2fsck.h b/e2fsprogs/old_e2fsprogs/e2fsck.h index 330209d69..c159fabab 100644 --- a/e2fsprogs/old_e2fsprogs/e2fsck.h +++ b/e2fsprogs/old_e2fsprogs/e2fsck.h | |||
@@ -258,7 +258,7 @@ The following defines are used in the 'flags' field of a dx_dirblock_info | |||
258 | #define PR_1_SET_IMAGIC 0x01002F /* Imagic flag set on an inode when filesystem doesn't support it */ | 258 | #define PR_1_SET_IMAGIC 0x01002F /* Imagic flag set on an inode when filesystem doesn't support it */ |
259 | #define PR_1_SET_IMMUTABLE 0x010030 /* Immutable flag set on a device or socket inode */ | 259 | #define PR_1_SET_IMMUTABLE 0x010030 /* Immutable flag set on a device or socket inode */ |
260 | #define PR_1_COMPR_SET 0x010031 /* Compression flag set on a non-compressed filesystem */ | 260 | #define PR_1_COMPR_SET 0x010031 /* Compression flag set on a non-compressed filesystem */ |
261 | #define PR_1_SET_NONZSIZE 0x010032 /* Non-zero size on on device, fifo or socket inode */ | 261 | #define PR_1_SET_NONZSIZE 0x010032 /* Non-zero size on device, fifo or socket inode */ |
262 | #define PR_1_FS_REV_LEVEL 0x010033 /* Filesystem revision is 0, but feature flags are set */ | 262 | #define PR_1_FS_REV_LEVEL 0x010033 /* Filesystem revision is 0, but feature flags are set */ |
263 | #define PR_1_JOURNAL_INODE_NOT_CLEAR 0x010034 /* Journal inode not in use, needs clearing */ | 263 | #define PR_1_JOURNAL_INODE_NOT_CLEAR 0x010034 /* Journal inode not in use, needs clearing */ |
264 | #define PR_1_JOURNAL_BAD_MODE 0x010035 /* Journal inode has wrong mode */ | 264 | #define PR_1_JOURNAL_BAD_MODE 0x010035 /* Journal inode has wrong mode */ |
diff --git a/e2fsprogs/old_e2fsprogs/ext2fs/get_pathname.c b/e2fsprogs/old_e2fsprogs/ext2fs/get_pathname.c index a3bbad851..2bb1cc25e 100644 --- a/e2fsprogs/old_e2fsprogs/ext2fs/get_pathname.c +++ b/e2fsprogs/old_e2fsprogs/ext2fs/get_pathname.c | |||
@@ -15,7 +15,7 @@ | |||
15 | * string, placing the result in <name>. <dir> is the containing | 15 | * string, placing the result in <name>. <dir> is the containing |
16 | * directory inode, and <ino> is the inode number itself. If | 16 | * directory inode, and <ino> is the inode number itself. If |
17 | * <ino> is zero, then ext2fs_get_pathname will return pathname | 17 | * <ino> is zero, then ext2fs_get_pathname will return pathname |
18 | * of the the directory <dir>. | 18 | * of the directory <dir>. |
19 | * | 19 | * |
20 | */ | 20 | */ |
21 | 21 | ||
diff --git a/editors/ed.c b/editors/ed.c index 41ac88c32..dbb51306c 100644 --- a/editors/ed.c +++ b/editors/ed.c | |||
@@ -454,7 +454,7 @@ static void subCommand(const char *cmd, int num1, int num2) | |||
454 | 454 | ||
455 | /* | 455 | /* |
456 | * The new string is larger, so allocate a new line | 456 | * The new string is larger, so allocate a new line |
457 | * structure and use that. Link it in in place of | 457 | * structure and use that. Link it in place of |
458 | * the old line structure. | 458 | * the old line structure. |
459 | */ | 459 | */ |
460 | nlp = xmalloc(sizeof(LINE) + lp->len + deltaLen); | 460 | nlp = xmalloc(sizeof(LINE) + lp->len + deltaLen); |
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index fc84d36ec..705829cb0 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -442,7 +442,7 @@ static void parse_config_file(void) | |||
442 | sct->m_mode |= mode_mask[(q - mode_chars) - i]; | 442 | sct->m_mode |= mode_mask[(q - mode_chars) - i]; |
443 | } | 443 | } |
444 | 444 | ||
445 | /* Now get the the user/group info. */ | 445 | /* Now get the user/group info. */ |
446 | 446 | ||
447 | s = skip_whitespace(e); | 447 | s = skip_whitespace(e); |
448 | 448 | ||
diff --git a/scripts/basic/docproc.c b/scripts/basic/docproc.c index db30019d8..0984e7d4b 100644 --- a/scripts/basic/docproc.c +++ b/scripts/basic/docproc.c | |||
@@ -212,7 +212,7 @@ void find_export_symbols(char * filename) | |||
212 | * Document all external or internal functions in a file. | 212 | * Document all external or internal functions in a file. |
213 | * Call kernel-doc with following parameters: | 213 | * Call kernel-doc with following parameters: |
214 | * kernel-doc -docbook -nofunction function_name1 filename | 214 | * kernel-doc -docbook -nofunction function_name1 filename |
215 | * function names are obtained from all the the src files | 215 | * function names are obtained from all the src files |
216 | * by find_export_symbols. | 216 | * by find_export_symbols. |
217 | * intfunc uses -nofunction | 217 | * intfunc uses -nofunction |
218 | * extfunc uses -function | 218 | * extfunc uses -function |