From: jsg Date: Mon, 27 Nov 2023 13:42:19 +0000 (+0000) Subject: additonal -> additional X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1c32488653ba5f7c566de38769cd4f05984f73d9;p=openbsd additonal -> additional --- diff --git a/sys/arch/riscv64/dev/stfpcie.c b/sys/arch/riscv64/dev/stfpcie.c index 649a6d72b71..1a88f68ec00 100644 --- a/sys/arch/riscv64/dev/stfpcie.c +++ b/sys/arch/riscv64/dev/stfpcie.c @@ -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 * @@ -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;