summaryrefslogtreecommitdiffstats
path: root/sys/isa/syscons.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/isa/syscons.c')
-rw-r--r--sys/isa/syscons.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/isa/syscons.c b/sys/isa/syscons.c
index 6c0c97c..af604d0 100644
--- a/sys/isa/syscons.c
+++ b/sys/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