diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index 6c0c97cd1ec2..af604d0de16c 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); diff --git a/sys/i386/isa/syscons.c b/sys/i386/isa/syscons.c index 6c0c97cd1ec2..af604d0de16c 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); diff --git a/sys/isa/syscons.c b/sys/isa/syscons.c index 6c0c97cd1ec2..af604d0de16c 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);