diff options
author | gj <gj@FreeBSD.org> | 2003-02-06 14:52:47 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2003-02-06 14:52:47 +0000 |
commit | cd5dae80b72bc0ef715ff104ef41690eb3d9fb84 (patch) | |
tree | 0d2c4d12f1ab75c40508069a40c1a7b8892d118a /sys/i4b | |
parent | 3a6d7496dfded7d7d221508bb254d7d39a5b3ea8 (diff) | |
download | FreeBSD-src-cd5dae80b72bc0ef715ff104ef41690eb3d9fb84.zip FreeBSD-src-cd5dae80b72bc0ef715ff104ef41690eb3d9fb84.tar.gz |
Fix another typo in a comment which I noticed while doing the MFC.
Diffstat (limited to 'sys/i4b')
-rw-r--r-- | sys/i4b/driver/i4b_isppp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i4b/driver/i4b_isppp.c b/sys/i4b/driver/i4b_isppp.c index 49f15b3..1ba77b6 100644 --- a/sys/i4b/driver/i4b_isppp.c +++ b/sys/i4b/driver/i4b_isppp.c @@ -542,7 +542,7 @@ i4bisppp_dialresponse(int unit, int status, cause_t cause) sc->sc_state = ST_IDLE; /* - * Ahh, sppp does't like to get a down event when + * Ahh, sppp doesn'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. |