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/pci/gdt_pci.c | |
parent | 3f2fb497e840a4b0f77d4130f79bb2673724aa8b (diff) |
spelling; checked by jmc@, ok miod@ mglocker@ krw@
Diffstat (limited to 'sys/dev/pci/gdt_pci.c')
-rw-r--r-- | sys/dev/pci/gdt_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/gdt_pci.c b/sys/dev/pci/gdt_pci.c index 5c4d645c050..8c23e344f64 100644 --- a/sys/dev/pci/gdt_pci.c +++ b/sys/dev/pci/gdt_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gdt_pci.c,v 1.28 2024/05/24 06:02:53 jsg Exp $ */ +/* $OpenBSD: gdt_pci.c,v 1.29 2024/09/01 03:08:56 jsg Exp $ */ /* * Copyright (c) 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -493,7 +493,7 @@ gdt_pci_attach(struct device *parent, struct device *self, void *aux) goto bail_out; } - /* special commnd to controller BIOS */ + /* special command to controller BIOS */ bus_space_write_4(dpmemt, dpmemh, GDT_MPR_IC + GDT_S_INFO, 0); bus_space_write_4(dpmemt, dpmemh, GDT_MPR_IC + GDT_S_INFO + sizeof (u_int32_t), 0); |