From 453130d9bfc1c6d68b366dfcb041689d69f81295 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Tue, 3 May 2016 03:41:25 +0000 Subject: sys/dev: minor spelling fixes. Most affect comments, very few have user-visible effects. --- sys/dev/ppbus/vpoio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/ppbus/vpoio.c') diff --git a/sys/dev/ppbus/vpoio.c b/sys/dev/ppbus/vpoio.c index 62af8694d8a6..a989e8d10339 100644 --- a/sys/dev/ppbus/vpoio.c +++ b/sys/dev/ppbus/vpoio.c @@ -382,7 +382,7 @@ vpoio_detect(struct vpoio_data *vpo) /* The interface must be at least PS/2 or NIBBLE capable. * There is no way to know if the ZIP will work with * PS/2 mode since PS/2 and SPP both use the same connect - * sequence. One must supress PS/2 with boot flags if + * sequence. One must suppress PS/2 with boot flags if * PS/2 mode fails (see ppc(4)). */ if (ppb_set_mode(ppbus, PPB_PS2) != -1) { -- cgit v1.2.3