summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2011-03-01 11:47:51 +0000
committerbrucec <brucec@FreeBSD.org>2011-03-01 11:47:51 +0000
commit318d44b9bce302c0851213f1070bd6b080a363a7 (patch)
tree10af5fdeed33f2652f65031c73e6d39b08b1a1fd
parent9bdd2cd5a9bae82e8ae3ec5c085e4d4531aa22f7 (diff)
downloadFreeBSD-src-318d44b9bce302c0851213f1070bd6b080a363a7.zip
FreeBSD-src-318d44b9bce302c0851213f1070bd6b080a363a7.tar.gz
Remove duplicate "in".
Suggested by: Rob Farmer <rfarmer at predatorlabs.net> MFC after: 3 days
-rw-r--r--lib/libc/yp/xdryp.c2
-rw-r--r--lib/libelf/libelf_convert.m42
-rw-r--r--share/man/man7/security.72
-rw-r--r--sys/boot/i386/cdboot/cdboot.s2
-rw-r--r--sys/boot/pc98/cdboot/cdboot.s2
-rw-r--r--usr.bin/checknr/checknr.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/yp/xdryp.c b/lib/libc/yp/xdryp.c
index 7aed6ad..ec2f71a 100644
--- a/lib/libc/yp/xdryp.c
+++ b/lib/libc/yp/xdryp.c
@@ -42,7 +42,7 @@ extern void *ypresp_data;
* I'm leaving the xdr_datum() function in purely for backwards
* compatibility. yplib.c doesn't actually use it, but it's listed
* in yp_prot.h as being available, so it's probably a good idea to
- * leave it in in case somebody goes looking for it.
+ * leave it in case somebody goes looking for it.
*/
typedef struct {
char *dptr;
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.
*/
diff --git a/share/man/man7/security.7 b/share/man/man7/security.7
index 8f42225..ed24435a 100644
--- a/share/man/man7/security.7
+++ b/share/man/man7/security.7
@@ -138,7 +138,7 @@ This gives you a convenient way to detect the attacker.
Making
it impossible for an attacker to install a backdoor may actually be detrimental
to your security because it will not close off the hole the attacker used to
-break in in the first place.
+break in originally.
.Pp
Security remedies should always be implemented with a multi-layered
.Dq onion peel
diff --git a/sys/boot/i386/cdboot/cdboot.s b/sys/boot/i386/cdboot/cdboot.s
index 8115589..7d2a840 100644
--- a/sys/boot/i386/cdboot/cdboot.s
+++ b/sys/boot/i386/cdboot/cdboot.s
@@ -174,7 +174,7 @@ lookup_path: push %si # Save file name pointer
lookup_found: # Found a loader file
#
# Load the binary into the buffer. Due to real mode addressing limitations
-# we have to read it in in 64k chunks.
+# we have to read it in 64k chunks.
#
mov DIR_SIZE(%bx),%eax # Read file length
add $SECTOR_SIZE-1,%eax # Convert length to sectors
diff --git a/sys/boot/pc98/cdboot/cdboot.s b/sys/boot/pc98/cdboot/cdboot.s
index 14af0a7..b6efeef 100644
--- a/sys/boot/pc98/cdboot/cdboot.s
+++ b/sys/boot/pc98/cdboot/cdboot.s
@@ -415,7 +415,7 @@ lookup_path: push %si # Save file name pointer
lookup_found: # Found a loader file
#
# Load the binary into the buffer. Due to real mode addressing limitations
-# we have to read it in in 64k chunks.
+# we have to read it in 64k chunks.
#
mov %es:DIR_SIZE(%bx),%eax # Read file length
add $SECTOR_SIZE-1,%eax # Convert length to sectors
diff --git a/usr.bin/checknr/checknr.c b/usr.bin/checknr/checknr.c
index 5f0fb1f..e705106 100644
--- a/usr.bin/checknr/checknr.c
+++ b/usr.bin/checknr/checknr.c
@@ -79,7 +79,7 @@ struct stkstr {
int opno; /* number of opening bracket */
int pl; /* '+', '-', ' ' for \s, 1 for \f, 0 for .ft */
int parm; /* parm to size, font, etc */
- int lno; /* line number the thing came in in */
+ int lno; /* line number */
} stk[MAXSTK];
int stktop;
OpenPOWER on IntegriCloud