Fix typo.

This commit is contained in:
tsubai 1998-10-14 13:21:10 +00:00
parent c539169765
commit 635d4ae57a
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $Id: akbdvar.h,v 1.2 1998/10/14 12:56:19 tsubai Exp $ */
/* $NetBSD: akbdvar.h,v 1.3 1998/10/14 13:21:10 tsubai Exp $ */
/*
* Copyright (C) 1998 Colin Wood
@ -38,7 +38,7 @@
/*
* State info, per keyboard instance.
*/
struct kbd_softc {
struct akbd_softc {
struct device sc_dev;
/* ADB info */
@ -47,7 +47,7 @@ struct kbd_softc {
u_int8_t handler_id; /* type of keyboard */
u_int8_t sc_leds; /* current LED state */
struct device *sc_wskbddev;
struct device *sc_wskbddev;
};
/* LED register bits, inverse of actual register value */

View File

@ -1,4 +1,4 @@
/* $NetBSD: ofb.c,v 1.1 1998/10/14 12:15:11 tsubai Exp $ */
/* $NetBSD: ofb.c,v 1.2 1998/10/14 13:21:10 tsubai Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -155,7 +155,7 @@ ofbattach(parent, self, aux)
dc->dc_raster.pixels = mapiodev(dc->dc_paddr,
dc->dc_linebytes * dc->dc_height);
printf(": %d x %d, %dbpp",
printf(": %d x %d, %dbpp\n",
dc->dc_raster.width, dc->dc_raster.height, dc->dc_raster.depth);
a.console = console;