summaryrefslogtreecommitdiff
path: root/src/tools/entab/entab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/entab/entab.c')
-rw-r--r--src/tools/entab/entab.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/entab/entab.c b/src/tools/entab/entab.c
index 2e91bdb4882..455c4deba2f 100644
--- a/src/tools/entab/entab.c
+++ b/src/tools/entab/entab.c
@@ -132,9 +132,9 @@ main(int argc, char **argv)
if (col_in_tab == tab_size)
{
/*
- * Is the next character going to be a tab? Needed
- * to do tab replacement in current spot if next
- * char is going to be a tab, ignoring min_spaces
+ * Is the next character going to be a tab? Needed to
+ * do tab replacement in current spot if next char is
+ * going to be a tab, ignoring min_spaces
*/
nxt_spaces = 0;
while (1)