Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Typo in comment.
details: https://anonhg.NetBSD.org/src/rev/415992c0c3f9
branches: trunk
changeset: 769076:415992c0c3f9
user: rjs <rjs%NetBSD.org@localhost>
date: Tue Aug 30 22:23:06 2011 +0000
description:
Typo in comment.
diffstat:
sys/net/if_pppoe.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f083ea7368ce -r 415992c0c3f9 sys/net/if_pppoe.c
--- a/sys/net/if_pppoe.c Tue Aug 30 21:33:28 2011 +0000
+++ b/sys/net/if_pppoe.c Tue Aug 30 22:23:06 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_pppoe.c,v 1.96 2010/04/05 07:22:23 joerg Exp $ */
+/* $NetBSD: if_pppoe.c,v 1.97 2011/08/30 22:23:06 rjs Exp $ */
/*-
* Copyright (c) 2002, 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_pppoe.c,v 1.96 2010/04/05 07:22:23 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_pppoe.c,v 1.97 2011/08/30 22:23:06 rjs Exp $");
#include "pppoe.h"
#include "opt_pfil_hooks.h"
@@ -87,7 +87,7 @@
#define PPPOE_TAG_RELAYSID 0x0110 /* relay session id */
#define PPPOE_TAG_SNAME_ERR 0x0201 /* service name error */
#define PPPOE_TAG_ACSYS_ERR 0x0202 /* AC system error */
-#define PPPOE_TAG_GENERIC_ERR 0x0203 /* gerneric error */
+#define PPPOE_TAG_GENERIC_ERR 0x0203 /* generic error */
#define PPPOE_CODE_PADI 0x09 /* Active Discovery Initiation */
#define PPPOE_CODE_PADO 0x07 /* Active Discovery Offer */
Home |
Main Index |
Thread Index |
Old Index