additonal -> additional
authorjsg <jsg@openbsd.org>
Mon, 27 Nov 2023 13:42:19 +0000 (13:42 +0000)
committerjsg <jsg@openbsd.org>
Mon, 27 Nov 2023 13:42:19 +0000 (13:42 +0000)
sys/arch/riscv64/dev/stfpcie.c

index 649a6d7..1a88f68 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: stfpcie.c,v 1.2 2023/08/30 09:01:51 kettenis Exp $    */
+/*     $OpenBSD: stfpcie.c,v 1.3 2023/11/27 13:42:19 jsg Exp $ */
 /*
  * Copyright (c) 2023 Mark Kettenis <kettenis@openbsd.org>
  *
@@ -392,7 +392,7 @@ stfpcie_attach(struct device *parent, struct device *self, void *aux)
        gpio_controller_config_pin(perst_gpio, GPIO_CONFIG_OUTPUT);
        gpio_controller_set_pin(perst_gpio, 1);
 
-       /* Disable additonal functions. */
+       /* Disable additional functions. */
        for (i = 1; i < 4; i++) {
                reg = regmap_read_4(rm, stg_base + STG_ARFUN);
                reg &= ~STG_ARFUN_AXI4_SLVL_MASK;