aboutsummaryrefslogtreecommitdiffstats
path: root/common/membuf.c
diff options
context:
space:
mode:
authorYuri Chornoivan <[email protected]>2017-02-20 21:19:50 +0000
committerDaniel Kahn Gillmor <[email protected]>2017-02-21 18:11:46 +0000
commit24cf0606b43038c7ce5e9c6ccb921895619c04f0 (patch)
tree4888dfeb4ed52052e71158b948499b12b4b04ec9 /common/membuf.c
parentdirmngr: Add special treatment for the standard hkps pool to ntbtls. (diff)
downloadgnupg-24cf0606b43038c7ce5e9c6ccb921895619c04f0.tar.gz
gnupg-24cf0606b43038c7ce5e9c6ccb921895619c04f0.zip
Clean up word replication.
-- This fixes extra word repetitions (like "the the" or "is is") in the code and docs. Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to '')
-rw-r--r--common/membuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/membuf.c b/common/membuf.c
index 4c1a844d1..18a971d54 100644
--- a/common/membuf.c
+++ b/common/membuf.c
@@ -67,7 +67,7 @@ init_membuf_secure (membuf_t *mb, int initiallen)
}
-/* Shift the the content of the membuf MB by AMOUNT bytes. The next
+/* Shift the content of the membuf MB by AMOUNT bytes. The next
operation will then behave as if AMOUNT bytes had not been put into
the buffer. If AMOUNT is greater than the actual accumulated
bytes, the membuf is basically reset to its initial state. */