summaryrefslogtreecommitdiffstats
path: root/sys/i4b
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>2003-02-01 14:43:24 +0000
committergj <gj@FreeBSD.org>2003-02-01 14:43:24 +0000
commit375273946c2b76fc637721f147763ec5cb3c61d0 (patch)
tree1817218574444e26260f2bf1ba72738f5bd14e31 /sys/i4b
parent5790015ee5af3be4881a7c551011f422bf8e697a (diff)
downloadFreeBSD-src-375273946c2b76fc637721f147763ec5cb3c61d0.zip
FreeBSD-src-375273946c2b76fc637721f147763ec5cb3c61d0.tar.gz
Fix some typos in 3 comments.
Reported by: marius@alchemy.franken.de
Diffstat (limited to 'sys/i4b')
-rw-r--r--sys/i4b/driver/i4b_isppp.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/i4b/driver/i4b_isppp.c b/sys/i4b/driver/i4b_isppp.c
index 60679af..49f15b3 100644
--- a/sys/i4b/driver/i4b_isppp.c
+++ b/sys/i4b/driver/i4b_isppp.c
@@ -505,7 +505,7 @@ i4bisppp_disconnect(int unit, void *cdp)
UNTIMEOUT(i4bisppp_timeout, (void *)sp, sc->sc_ch);
#endif
sc->sc_cdp = (call_desc_t *)0;
- /* do thhis here because pp_down calls i4bisppp_tlf */
+ /* do this here because pp_down calls i4bisppp_tlf */
sc->sc_state = ST_IDLE;
sp->pp_down(sp); /* tell PPP we have hung up */
}
@@ -538,11 +538,12 @@ i4bisppp_dialresponse(int unit, int status, cause_t cause)
}
sc->sc_cdp = (call_desc_t *)0;
- /* do thhis here because pp_down calls i4bisppp_tlf */
+ /* do this here because pp_down calls i4bisppp_tlf */
sc->sc_state = ST_IDLE;
- /* Ahh. ppp does't like to get a down event when
- * dialing fails. So first tell that we are up
+ /*
+ * Ahh, sppp does't like to get a down event when
+ * dialing fails. So first tell it that we are up
* (doesn't hurt us since sc_state != ST_CONNECTED)
* and then go down.
*/
OpenPOWER on IntegriCloud