diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-10 23:14:00 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-10 23:14:00 +0000 |
commit | ed52c178ada873f52cd91c0f88099e2f0700c41d (patch) | |
tree | 6fab8a5ccb197928a1a09aebf5df28a7ac8a94c1 | |
parent | 08f7006520940acb78a7529a6d81d985ae7e97ec (diff) |
Translate mickeyspeak into english.
-rw-r--r-- | sys/dev/pci/ami_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/ami_pci.c b/sys/dev/pci/ami_pci.c index 609619622ff..8c01bc95817 100644 --- a/sys/dev/pci/ami_pci.c +++ b/sys/dev/pci/ami_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ami_pci.c,v 1.12 2002/10/04 16:10:36 mickey Exp $ */ +/* $OpenBSD: ami_pci.c,v 1.13 2002/12/10 23:13:59 miod Exp $ */ /* * Copyright (c) 2001 Michael Shalayeff @@ -134,7 +134,7 @@ ami_pci_match(parent, match, aux) pami->product == PCI_PRODUCT(pa->pa_id)) { if (!(pami->flags & AMI_CHECK_SIGN)) return (1); - /* some cards have 0x11223344, but somee only 16bit */ + /* some cards have 0x11223344, but some only 16bit */ sig = pci_conf_read(pa->pa_pc, pa->pa_tag, AMI_PCI_SIG) & 0xffff; if (sig == AMI_SIGNATURE_1 || |