typo in /usr/src/lib/libkvm
'lo,
And a few more.
Can I call myself a kernel hacker now? (joke!) :-)
Tor
/* $OpenBSD: kvm_file.c,v 1.6 2001/11/06 19:17:36 art Exp $ */
- kvm_file.c.orig Fri Nov 29 12:31:58 2002
+++ kvm_file.c Fri Nov 29 12:32:11 2002
@@ -116,7 +116,7 @@
}
}
if (n != nfiles) {
- _kvm_err(kd, kd->program, "inconsistant nfiles");
+ _kvm_err(kd, kd->program, "inconsistent nfiles");
return (0);
}
return (nfiles);
/usr/src/bin/pax/pat_rep.c:
/* $OpenBSD: pat_rep.c,v 1.20 2002/07/17 18:33:27 naddy Exp $ */
- pat_rep.c.orig Fri Nov 29 12:34:50 2002
+++ pat_rep.c Fri Nov 29 12:35:00 2002
@@ -400,7 +400,7 @@
/*
- should never happen....
*/
- paxwarn(1, "Pattern list inconsistant");
+ paxwarn(1, "Pattern list inconsistent");
return(-1);
}
*ppt = pt->fow;
/usr/src/usr.bin/indent/indent.c:
/* $OpenBSD: indent.c,v 1.12 2002/03/16 00:18:19 vincent Exp $ */
- indent.c.orig Fri Nov 29 12:43:06 2002
+++ indent.c Fri Nov 29 12:43:32 2002
@@ -1112,7 +1112,7 @@
*/
if (match_state[ifdef_level].tos >= 0
&& bcmp(&ps, &match_state[ifdef_level], sizeof ps))
- diag(0, "Syntactically inconsistant #ifdef alternatives.");
+ diag(0, "Syntactically inconsistent #ifdef alternatives.");
#endif
}
if (blanklines_around_conditional_compilation) {
/usr/src/sys/arch/hp300/dev/ac.c:
/* $OpenBSD: ac.c,v 1.10 2002/05/30 11:03:52 art Exp $ */
- ac.c.orig Fri Nov 29 12:44:48 2002
+++ ac.c Fri Nov 29 12:45:04 2002
@@ -506,7 +506,7 @@
}
#ifdef DEBUG
if (ne < 0 || bcount < 0)
- panic("acconvert: inconsistant");
+ panic("acconvert: inconsistent");
#endif
}
}
/usr/src/sys/arch/vax/mscp/mscp_subr.c:
- mscp_subr.c.orig Fri Nov 29 12:47:20 2002
+++ mscp_subr.c Fri Nov 29 12:47:51 2002
@@ -719,7 +719,7 @@
unknown_msg,
"serdes overrun", /* 1 = Serialiser/Deserialiser Overrun */
"edc", /* 2 = Error Detection Code? */
- "inconsistant internal data struct",/* 3 = Internal Error */
+ "inconsistent internal data struct",/* 3 = Internal Error */
};
/*
Received on Fri Nov 29 07:51:35 2002
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 13:29:38 EDT
|