Fix typo in debug message. ok kettenis@
authordtucker <dtucker@openbsd.org>
Mon, 5 Apr 2021 12:13:07 +0000 (12:13 +0000)
committerdtucker <dtucker@openbsd.org>
Mon, 5 Apr 2021 12:13:07 +0000 (12:13 +0000)
sys/dev/fdt/mvsw.c

index 5fff81e..559e370 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mvsw.c,v 1.2 2020/12/02 09:49:34 patrick Exp $        */
+/*     $OpenBSD: mvsw.c,v 1.3 2021/04/05 12:13:07 dtucker Exp $        */
 /*
  * Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org>
  *
@@ -139,7 +139,7 @@ mvsw_attach(struct device *parent, struct device *self, void *aux)
                printf(": 88E6341");
                break;
        default:
-               printf(": unknow product 0x%04x\n",
+               printf(": unknown product 0x%04x\n",
                   swid & MVSW_PORT_SWITCHID_PROD_MASK);
                return;
        }