diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 12:18:55 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 12:18:55 +0000 |
commit | eb0a2fcb64c0af947bedf639c0c90c2fde439c96 (patch) | |
tree | bac46974448cb6e8b03753c1c6b148dc939767f0 /sys/dev/pci | |
parent | 3de0f6c97d2e2f4dbfd2fd5762882ac7904a305f (diff) |
entried -> entries
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/bktr/bktr_card.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/bktr/bktr_card.c b/sys/dev/pci/bktr/bktr_card.c index aa170f7052f..586f02c5edf 100644 --- a/sys/dev/pci/bktr/bktr_card.c +++ b/sys/dev/pci/bktr/bktr_card.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bktr_card.c,v 1.15 2007/06/11 08:10:22 robert Exp $ */ +/* $OpenBSD: bktr_card.c,v 1.16 2022/02/21 12:18:54 jsg Exp $ */ /* $FreeBSD: src/sys/dev/bktr/bktr_card.c,v 1.16 2000/10/31 13:09:56 roger Exp $ */ /* @@ -104,7 +104,7 @@ * the data for each type of card * * Note: - * these entried MUST be kept in the order defined by the CARD_XXX defines! + * these entries MUST be kept in the order defined by the CARD_XXX defines! */ static const struct CARDTYPE cards[] = { |