aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-11-24 14:56:00 +0000
committerBruce Evans <bde@FreeBSD.org>1995-11-24 14:56:00 +0000
commitd818a9cc1f81d288b06be8b2caae4003e23a01f0 (patch)
treeabd0fbfabdea433006ca36b425baa3ba08053728 /sys/dev/syscons
parent88c2c2b3d2922c887241912a449723130d883507 (diff)
Notes
Diffstat (limited to 'sys/dev/syscons')
-rw-r--r--sys/dev/syscons/syscons.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c
index a586352f571fb..b208bbfe86680 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.128 1995/11/04 16:00:52 markm Exp $
+ * $Id: syscons.c,v 1.129 1995/11/20 12:13:32 phk Exp $
*/
#include "sc.h"
@@ -2001,7 +2001,7 @@ scinit(void)
/*
* Ensure a zero start address. This is mainly to recover after
- * switching from pcvt using userconfig(). The registers are r/o
+ * switching from pcvt using userconfig(). The registers are w/o
* for old hardware so it's too hard to relocate the active screen
* memory.
*/