summaryrefslogtreecommitdiff
path: root/src/arlib.c
diff options
context:
space:
mode:
authorMarek Polacek <mpolacek@redhat.com>2011-04-15 11:41:32 +0200
committerMarek Polacek <mpolacek@redhat.com>2011-04-16 14:43:57 +0200
commited52618203ac78179e3a0cf36db5bdca8958da1d (patch)
tree4ddaa672e519fe8e202317be9b0bc85068549422 /src/arlib.c
parentdbb490fad0fb4924e7cd0ae3991dec1cda0de644 (diff)
downloadelfutils-ed52618203ac78179e3a0cf36db5bdca8958da1d.tar.gz
Fix doubled words.
Diffstat (limited to 'src/arlib.c')
-rw-r--r--src/arlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arlib.c b/src/arlib.c
index af98454c..c69a138f 100644
--- a/src/arlib.c
+++ b/src/arlib.c
@@ -61,7 +61,7 @@ arlib_init (void)
/* Using snprintf here has a problem: the call always wants to add a
NUL byte. We could use a trick whereby we specify the target
buffer size longer than it is and this would not actually fail,
- since all the fields are consecutive and we fill them in in
+ since all the fields are consecutive and we fill them in
sequence (i.e., the NUL byte gets overwritten). But
_FORTIFY_SOURCE=2 would not let us play these games. Therefore
we play it safe. */