summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-09-16 18:31:23 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-09-16 18:31:23 +0000
commite7e27af5bfad6506d6820465adc4cbd902970b6d (patch)
tree063b4c8d3f8adb24421ea416c6d8f2e4fd551750 /sys
parentb09e14f350c45bb1b99fe6c5da93073a73174aa0 (diff)
Typo in comment.
From Alexander Yurchenko <grange@rt.mipt.ru>
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/aac_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/aac_pci.c b/sys/dev/pci/aac_pci.c
index 4e56d2e0fd9..5a89c99d171 100644
--- a/sys/dev/pci/aac_pci.c
+++ b/sys/dev/pci/aac_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: aac_pci.c,v 1.5 2001/08/25 10:13:29 art Exp $ */
+/* $OpenBSD: aac_pci.c,v 1.6 2001/09/16 18:31:22 art Exp $ */
/*-
* Copyright (c) 2000 Michael Smith
@@ -32,7 +32,7 @@
/*
* This driver would not have rewritten for OpenBSD if it was not for the
- * hardware dontion from Nocom. I want to thank them for their support.
+ * hardware donation from Nocom. I want to thank them for their support.
* Of course, credit should go to Mike Smith for the original work he did
* in the FreeBSD driver where I found lots of inspiration.
* - Niklas Hallqvist