diff options
author | brucec <brucec@FreeBSD.org> | 2011-03-01 11:47:51 +0000 |
---|---|---|
committer | brucec <brucec@FreeBSD.org> | 2011-03-01 11:47:51 +0000 |
commit | 318d44b9bce302c0851213f1070bd6b080a363a7 (patch) | |
tree | 10af5fdeed33f2652f65031c73e6d39b08b1a1fd /lib/libelf | |
parent | 9bdd2cd5a9bae82e8ae3ec5c085e4d4531aa22f7 (diff) | |
download | FreeBSD-src-318d44b9bce302c0851213f1070bd6b080a363a7.zip FreeBSD-src-318d44b9bce302c0851213f1070bd6b080a363a7.tar.gz |
Remove duplicate "in".
Suggested by: Rob Farmer <rfarmer at predatorlabs.net>
MFC after: 3 days
Diffstat (limited to 'lib/libelf')
-rw-r--r-- | lib/libelf/libelf_convert.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libelf/libelf_convert.m4 b/lib/libelf/libelf_convert.m4 index 2dda742..15bb6d1 100644 --- a/lib/libelf/libelf_convert.m4 +++ b/lib/libelf/libelf_convert.m4 @@ -136,7 +136,7 @@ __FBSDID("$FreeBSD$"); /* * Read in various integral values. The source pointer could be - * unaligned. Values are read in in native byte order. The source + * unaligned. Values are read in native byte order. The source * pointer is incremented appropriately. */ |