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/gcu.c | |
parent | 7c8306148430f9568aa83355968cf1ed0289bc6d (diff) |
spelling
feedback and ok tb@ jmc@ ok ratchov@
Diffstat (limited to 'sys/dev/pci/gcu.c')
-rw-r--r-- | sys/dev/pci/gcu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/gcu.c b/sys/dev/pci/gcu.c index 8d28e7a73fc..46b4de3affb 100644 --- a/sys/dev/pci/gcu.c +++ b/sys/dev/pci/gcu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gcu.c,v 1.4 2015/03/19 00:18:11 deraadt Exp $ */ +/* $OpenBSD: gcu.c,v 1.5 2022/01/09 05:42:45 jsg Exp $ */ /* * Copyright (c) 2009 Dariusz Swiderski <sfires@sfires.net> @@ -17,7 +17,7 @@ */ /* - * Driver for a GCU device that apears on embeded intel systems, like 80579 + * Driver for a GCU device that appears on embedded intel systems, like 80579 */ #include <sys/param.h> |