summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1996-12-19 00:26:22 +0000
committeralex <alex@FreeBSD.org>1996-12-19 00:26:22 +0000
commit5647eb145d4d6ce08e76bf5b993b046ab6c1af37 (patch)
tree313f74193063cac7a7dcc0240b8588e293acaf39 /sys/i386
parent615de507dee029eae891e388befd7c0597b087a8 (diff)
downloadFreeBSD-src-5647eb145d4d6ce08e76bf5b993b046ab6c1af37.zip
FreeBSD-src-5647eb145d4d6ce08e76bf5b993b046ab6c1af37.tar.gz
Hawaii-Five-Typo
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/syscons.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/isa/syscons.c b/sys/i386/isa/syscons.c
index 6c0c97c..af604d0 100644
--- a/sys/i386/isa/syscons.c
+++ b/sys/i386/isa/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);
OpenPOWER on IntegriCloud