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 in comment.
details: https://anonhg.NetBSD.org/src/rev/1db6b7dc2372
branches: trunk
changeset: 522021:1db6b7dc2372
user: martin <martin%NetBSD.org@localhost>
date: Sun Feb 10 15:13:43 2002 +0000
description:
Fix typo in comment.
diffstat:
sys/net/if_pppoe.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f5f6e1fb0238 -r 1db6b7dc2372 sys/net/if_pppoe.c
--- a/sys/net/if_pppoe.c Sun Feb 10 15:09:32 2002 +0000
+++ b/sys/net/if_pppoe.c Sun Feb 10 15:13:43 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_pppoe.c,v 1.20 2002/02/01 13:50:00 martin Exp $ */
+/* $NetBSD: if_pppoe.c,v 1.21 2002/02/10 15:13:43 martin Exp $ */
/*
* Copyright (c) 2001 Martin Husemann. All rights reserved.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_pppoe.c,v 1.20 2002/02/01 13:50:00 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_pppoe.c,v 1.21 2002/02/10 15:13:43 martin Exp $");
#include "pppoe.h"
#include "bpfilter.h"
@@ -1037,7 +1037,7 @@
if (sppp_isempty(ifp))
return;
- /* are we read to proccess data yet? */
+ /* are we ready to proccess data yet? */
if (sc->sc_state < PPPOE_STATE_SESSION) {
sppp_flush(&sc->sc_sppp.pp_if);
return;
Home |
Main Index |
Thread Index |
Old Index