Source-Changes-HG archive

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

[src/trunk]: src allocate, not alocate. Noted by mjl, not mjll.



details:   https://anonhg.NetBSD.org/src/rev/b810d4f43a7d
branches:  trunk
changeset: 542434:b810d4f43a7d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jan 28 22:26:33 2003 +0000

description:
allocate, not alocate. Noted by mjl, not mjll.

diffstat:

 crypto/dist/kame/racoon/cfparse.y |  2 +-
 sys/netatalk/aarp.c               |  6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r a4bb8cea38aa -r b810d4f43a7d crypto/dist/kame/racoon/cfparse.y
--- a/crypto/dist/kame/racoon/cfparse.y Tue Jan 28 22:19:22 2003 +0000
+++ b/crypto/dist/kame/racoon/cfparse.y Tue Jan 28 22:26:33 2003 +0000
@@ -577,7 +577,7 @@
 
                        $$ = newsainfoalg();
                        if ($$ == NULL) {
-                               yyerror("failed to get algorithm alocation");
+                               yyerror("failed to get algorithm allocation");
                                return -1;
                        }
 
diff -r a4bb8cea38aa -r b810d4f43a7d sys/netatalk/aarp.c
--- a/sys/netatalk/aarp.c       Tue Jan 28 22:19:22 2003 +0000
+++ b/sys/netatalk/aarp.c       Tue Jan 28 22:26:33 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aarp.c,v 1.10 2002/12/21 15:45:10 kristerw Exp $       */
+/*     $NetBSD: aarp.c,v 1.11 2003/01/28 22:26:35 wiz Exp $    */
 
 /*
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aarp.c,v 1.10 2002/12/21 15:45:10 kristerw Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aarp.c,v 1.11 2003/01/28 22:26:35 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/socket.h>
@@ -411,7 +411,7 @@
        if (aat) {
                if (op == AARPOP_PROBE) {
                        /*
-                        * Someone's probing for spa, dealocate the one we've
+                        * Someone's probing for spa, deallocate the one we've
                         * got, so that if the prober keeps the address, we'll
                         * be able to arp for him.
                         */



Home | Main Index | Thread Index | Old Index