diff options
author | brucec <brucec@FreeBSD.org> | 2011-02-28 10:03:48 +0000 |
---|---|---|
committer | brucec <brucec@FreeBSD.org> | 2011-02-28 10:03:48 +0000 |
commit | 3c9e9703684f6dfead092efb53cd3f06397f8e48 (patch) | |
tree | a74df033605961395716ff90c2bfb98fd63a1e80 /lib/libelf | |
parent | 851c06bea50a8a68cd5deef6502e4225b0b839eb (diff) | |
download | FreeBSD-src-3c9e9703684f6dfead092efb53cd3f06397f8e48.zip FreeBSD-src-3c9e9703684f6dfead092efb53cd3f06397f8e48.tar.gz |
Revert some of r177626. "in in" is valid in certain sentences.
PR: 121490
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 15bb6d1..2dda742 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 native byte order. The source + * unaligned. Values are read in in native byte order. The source * pointer is incremented appropriately. */ |