diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-09 05:43:03 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-09 05:43:03 +0000 |
commit | 7f2cad9e054524f505c1edeb608b5d5d491c7327 (patch) | |
tree | 1be6f976d12d656d87b59657c17644c4de355750 /sys/dev/pci/agpvar.h | |
parent | 7c8306148430f9568aa83355968cf1ed0289bc6d (diff) |
spelling
feedback and ok tb@ jmc@ ok ratchov@
Diffstat (limited to 'sys/dev/pci/agpvar.h')
-rw-r--r-- | sys/dev/pci/agpvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/agpvar.h b/sys/dev/pci/agpvar.h index fdd6ae58140..522d1dd1b6b 100644 --- a/sys/dev/pci/agpvar.h +++ b/sys/dev/pci/agpvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: agpvar.h,v 1.33 2015/12/19 16:07:20 kettenis Exp $ */ +/* $OpenBSD: agpvar.h,v 1.34 2022/01/09 05:42:45 jsg Exp $ */ /* $NetBSD: agpvar.h,v 1.4 2001/10/01 21:54:48 fvdl Exp $ */ /*- @@ -185,7 +185,7 @@ int agp_acquire(void *); int agp_release(void *); /* - * Enable the agp hardware with the relavent mode. The mode bits are + * Enable the agp hardware with the relevant mode. The mode bits are * defined in <dev/pci/agpreg.h> */ int agp_enable(void *, u_int32_t); |