maxumum -> maximum
authorjsg <jsg@openbsd.org>
Wed, 12 Jan 2022 01:19:24 +0000 (01:19 +0000)
committerjsg <jsg@openbsd.org>
Wed, 12 Jan 2022 01:19:24 +0000 (01:19 +0000)
sys/arch/arm64/dev/aplsmc.c

index ca3b923..81bc488 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: aplsmc.c,v 1.1 2022/01/10 09:07:28 kettenis Exp $     */
+/*     $OpenBSD: aplsmc.c,v 1.2 2022/01/12 01:19:24 jsg Exp $  */
 /*
  * Copyright (c) 2021 Mark Kettenis <kettenis@openbsd.org>
  *
@@ -198,7 +198,7 @@ aplsmc_attach(struct device *parent, struct device *self, void *aux)
                        continue;
 
                if (sc->sc_nsensors >= APLSMC_MAX_SENSORS) {
-                       printf("%s: maxumum number of sensors exceeded\n",
+                       printf("%s: maximum number of sensors exceeded\n",
                            sc->sc_dev.dv_xname);
                        break;
                }