diff --git a/sys/i386/isa/labpc.c b/sys/i386/isa/labpc.c index 30beb2d5344e..e893a21fbd40 100644 --- a/sys/i386/isa/labpc.c +++ b/sys/i386/isa/labpc.c @@ -399,7 +399,7 @@ labpcinit(void) labpcs = malloc(NLABPC * sizeof(struct ctlr *), M_DEVBUF, M_NOWAIT); if (labpcs) { - bzero(labpcs, NLABPC * sizeof(struct cltr *)); + bzero(labpcs, NLABPC * sizeof(struct ctlr *)); return 1; } return 0;