diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-01 03:09:02 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-01 03:09:02 +0000 |
commit | 8843f728ee2c92e18014e330b879ac9f0bb93639 (patch) | |
tree | c66cfdddfc368a45d3465565e5485c6e1e28ecbc /sys/dev/fdt/dwpcie.c | |
parent | 3f2fb497e840a4b0f77d4130f79bb2673724aa8b (diff) |
spelling; checked by jmc@, ok miod@ mglocker@ krw@
Diffstat (limited to 'sys/dev/fdt/dwpcie.c')
-rw-r--r-- | sys/dev/fdt/dwpcie.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/fdt/dwpcie.c b/sys/dev/fdt/dwpcie.c index 13b3d455bda..ebcf6749f4f 100644 --- a/sys/dev/fdt/dwpcie.c +++ b/sys/dev/fdt/dwpcie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dwpcie.c,v 1.56 2024/07/09 08:47:10 kettenis Exp $ */ +/* $OpenBSD: dwpcie.c,v 1.57 2024/09/01 03:08:56 jsg Exp $ */ /* * Copyright (c) 2018 Mark Kettenis <kettenis@openbsd.org> * @@ -739,9 +739,9 @@ dwpcie_attach_deferred(struct device *self) pba.pba_flags |= PCI_FLAGS_MSI_ENABLED; /* - * Only support mutiple MSI vectors if we have enough MSI + * Only support multiple MSI vectors if we have enough MSI * interrupts (or are using an external interrupt controller - * that hopefully suppors plenty of MSI interripts). + * that hopefully supports plenty of MSI interrupts). */ if (OF_getproplen(sc->sc_node, "msi-map") > 0 || sc->sc_num_msi > 32) |