Source-Changes-HG archive

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

[src/trunk]: src/sys/net Fix typo, from C. Plasschaert in PR kern/30069.



details:   https://anonhg.NetBSD.org/src/rev/b466feb9feaf
branches:  trunk
changeset: 580513:b466feb9feaf
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Apr 27 07:48:02 2005 +0000

description:
Fix typo, from C. Plasschaert in PR kern/30069.

diffstat:

 sys/net/if_spppsubr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c7be3c16b946 -r b466feb9feaf sys/net/if_spppsubr.c
--- a/sys/net/if_spppsubr.c     Wed Apr 27 07:47:25 2005 +0000
+++ b/sys/net/if_spppsubr.c     Wed Apr 27 07:48:02 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_spppsubr.c,v 1.83 2005/03/31 15:48:13 christos Exp $         */
+/*     $NetBSD: if_spppsubr.c,v 1.84 2005/04/27 07:48:02 martin Exp $   */
 
 /*
  * Synchronous PPP/Cisco link level subroutines.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.83 2005/03/31 15:48:13 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.84 2005/04/27 07:48:02 martin Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipx.h"
@@ -4647,7 +4647,7 @@
                    /* idle timeout is enabled for this interface */
                    if ((now-sp->pp_last_activity) >= sp->pp_idle_timeout) {
                        if (ifp->if_flags & IFF_DEBUG)
-                           printf("%s: no activitiy for %lu seconds\n",
+                           printf("%s: no activity for %lu seconds\n",
                                sp->pp_if.if_xname,
                                (unsigned long)(now-sp->pp_last_activity));
                        lcp.Close(sp);



Home | Main Index | Thread Index | Old Index