Fix another typo in a comment which I noticed while doing the MFC.

This commit is contained in:
Gary Jennejohn 2003-02-06 14:52:47 +00:00
parent e7744a70b3
commit b54c65a9b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110459

View File

@ -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.