aboutsummaryrefslogtreecommitdiff
path: root/sys/i4b
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2003-02-01 14:43:24 +0000
committerGary Jennejohn <gj@FreeBSD.org>2003-02-01 14:43:24 +0000
commit6a622ac3a37fa8cd989994a9ee91e885dfa3dd9c (patch)
tree1817218574444e26260f2bf1ba72738f5bd14e31 /sys/i4b
parent0981f5f00eda6efa19d9b68514345da7ff12ead8 (diff)
Notes
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 60679afa0ff56..49f15b32d4cf0 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.
*/