summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2008-03-26 07:32:08 +0000
committerbrueffer <brueffer@FreeBSD.org>2008-03-26 07:32:08 +0000
commitb64d211df297d77924499922ae04318904cd0e56 (patch)
treee7fe03597b4470bc5563c7f3e7e962c88698ab9e /usr.bin
parent5c2e61e801aef375b0188875eeb133a6d8d46be7 (diff)
downloadFreeBSD-src-b64d211df297d77924499922ae04318904cd0e56.zip
FreeBSD-src-b64d211df297d77924499922ae04318904cd0e56.tar.gz
Fix some "in in" typos in comments.
PR: 121490 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Approved by: rwatson (mentor), jkoshy MFC after: 3 days
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/checknr/checknr.c2
-rw-r--r--usr.bin/xlint/lint1/lint1.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/checknr/checknr.c b/usr.bin/checknr/checknr.c
index 742c74e..dd4c726 100644
--- a/usr.bin/checknr/checknr.c
+++ b/usr.bin/checknr/checknr.c
@@ -83,7 +83,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 the thing came in */
} stk[MAXSTK];
int stktop;
diff --git a/usr.bin/xlint/lint1/lint1.h b/usr.bin/xlint/lint1/lint1.h
index 4594f18..fe1a524 100644
--- a/usr.bin/xlint/lint1/lint1.h
+++ b/usr.bin/xlint/lint1/lint1.h
@@ -325,7 +325,7 @@ typedef struct dinfo {
u_int d_mscl : 1; /* multiple storage classes */
u_int d_terr : 1; /* invalid type combination */
u_int d_nedecl : 1; /* 1 if at least a tag is declared */
- u_int d_vararg : 1; /* ... in in current function decl. */
+ u_int d_vararg : 1; /* ... in current function decl. */
u_int d_proto : 1; /* current funct. decl. is prototype */
u_int d_notyp : 1; /* set if no type specifier was present */
u_int d_asm : 1; /* set if d_ctx == AUTO and asm() present */
OpenPOWER on IntegriCloud