From 514baf3f9938dd480d7afefa1706634a23e96ee5 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Fri, 14 Jul 2000 11:17:16 +0000 Subject: [PATCH] Fix typo, teh -> the. --- sys/netgraph/ng_pppoe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netgraph/ng_pppoe.c b/sys/netgraph/ng_pppoe.c index 248d383e37ac..e626adb620ee 100644 --- a/sys/netgraph/ng_pppoe.c +++ b/sys/netgraph/ng_pppoe.c @@ -1318,7 +1318,7 @@ AAA } } /* - * As long as we have somewhere to store teh timeout handle, + * As long as we have somewhere to store the timeout handle, * we may have a timeout pending.. get rid of it. */ if (sp->neg) {