diff options
author | alex <alex@FreeBSD.org> | 1996-12-19 00:26:22 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1996-12-19 00:26:22 +0000 |
commit | 5647eb145d4d6ce08e76bf5b993b046ab6c1af37 (patch) | |
tree | 313f74193063cac7a7dcc0240b8588e293acaf39 /sys/dev | |
parent | 615de507dee029eae891e388befd7c0597b087a8 (diff) | |
download | FreeBSD-src-5647eb145d4d6ce08e76bf5b993b046ab6c1af37.zip FreeBSD-src-5647eb145d4d6ce08e76bf5b993b046ab6c1af37.tar.gz |
Hawaii-Five-Typo
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/syscons/syscons.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index 6c0c97c..af604d0 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: syscons.c,v 1.190 1996/12/01 19:05:47 sos Exp $ + * $Id: syscons.c,v 1.191 1996/12/07 22:32:12 sos Exp $ */ #include "sc.h" @@ -79,7 +79,7 @@ #define COLD 0 #define WARM 1 -/* this may break on older VGA's but is usefull on real 32 bit systems */ +/* this may break on older VGA's but is useful on real 32 bit systems */ #define bcopyw bcopy static default_attr user_default = { @@ -1629,7 +1629,7 @@ switch_scr(scr_stat *scp, u_int next_scr) if (new_scp->proc && (new_scp->proc != pfind(new_scp->pid))) new_scp->smode.mode = VT_AUTO; - /* check the modes and switch approbiatly */ + /* check the modes and switch appropriately */ if (old_scp->smode.mode == VT_PROCESS) { old_scp->status |= SWITCH_WAIT_REL; psignal(old_scp->proc, old_scp->smode.relsig); |