Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src constant usually has two n.



details:   https://anonhg.NetBSD.org/src/rev/930734f2bf5f
branches:  trunk
changeset: 547159:930734f2bf5f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed May 14 12:45:06 2003 +0000

description:
constant usually has two n.

diffstat:

 sys/arch/acorn26/include/vmparam.h |  4 ++--
 sys/netinet6/in6.c                 |  6 +++---
 usr.bin/xlint/lint1/tree.c         |  6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r c04c0fa900e4 -r 930734f2bf5f sys/arch/acorn26/include/vmparam.h
--- a/sys/arch/acorn26/include/vmparam.h        Wed May 14 12:43:26 2003 +0000
+++ b/sys/arch/acorn26/include/vmparam.h        Wed May 14 12:45:06 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.3 2003/03/31 21:30:56 thorpej Exp $      */
+/*     $NetBSD: vmparam.h,v 1.4 2003/05/14 12:45:06 wiz Exp $  */
 
 /*
  * Copyright (c) 1988 The Regents of the University of California.
@@ -38,7 +38,7 @@
 
 /*
  * Page size on the 26-bit ARM CPUs is not variable in the traditional
- * sense.  We override the PAGE_* definitions to compile-time costants.
+ * sense.  We override the PAGE_* definitions to compile-time constants.
  */
 #define        PAGE_SHIFT      15
 #define        PAGE_SIZE       (1 << PAGE_SHIFT)
diff -r c04c0fa900e4 -r 930734f2bf5f sys/netinet6/in6.c
--- a/sys/netinet6/in6.c        Wed May 14 12:43:26 2003 +0000
+++ b/sys/netinet6/in6.c        Wed May 14 12:45:06 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in6.c,v 1.74 2003/02/27 22:06:38 thorpej Exp $ */
+/*     $NetBSD: in6.c,v 1.75 2003/05/14 12:45:07 wiz Exp $     */
 /*     $KAME: in6.c,v 1.198 2001/07/18 09:12:38 itojun Exp $   */
 
 /*
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in6.c,v 1.74 2003/02/27 22:06:38 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in6.c,v 1.75 2003/05/14 12:45:07 wiz Exp $");
 
 #include "opt_inet.h"
 
@@ -107,7 +107,7 @@
 #define COMPAT_IN6IFIOCTL
 
 /*
- * Definitions of some costant IP6 addresses.
+ * Definitions of some constant IP6 addresses.
  */
 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
diff -r c04c0fa900e4 -r 930734f2bf5f usr.bin/xlint/lint1/tree.c
--- a/usr.bin/xlint/lint1/tree.c        Wed May 14 12:43:26 2003 +0000
+++ b/usr.bin/xlint/lint1/tree.c        Wed May 14 12:45:06 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tree.c,v 1.34 2002/10/22 22:50:11 christos Exp $       */
+/*     $NetBSD: tree.c,v 1.35 2003/05/14 12:45:07 wiz Exp $    */
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: tree.c,v 1.34 2002/10/22 22:50:11 christos Exp $");
+__RCSID("$NetBSD: tree.c,v 1.35 2003/05/14 12:45:07 wiz Exp $");
 #endif
 
 #include <stdlib.h>
@@ -3786,7 +3786,7 @@
  * Takes an expression an returns 0 if this expression can be used
  * for static initialisation, otherwise -1.
  *
- * Constant initialisation expressions must be costant or an address
+ * Constant initialisation expressions must be constant or an address
  * of a static object with an optional offset. In the first case,
  * the result is returned in *offsp. In the second case, the static
  * object is returned in *symp and the offset in *offsp.



Home | Main Index | Thread Index | Old Index