summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2007-02-14 19:01:33 +0000
committerjkim <jkim@FreeBSD.org>2007-02-14 19:01:33 +0000
commite0c911e2622a9fe04b75b55bb7255577bf8ea9ee (patch)
treef69c8b616f6ef46092f4958774953965cd689730
parent6342e51bcd148e304ce29b7a8286f7757572ae95 (diff)
downloadFreeBSD-src-e0c911e2622a9fe04b75b55bb7255577bf8ea9ee.zip
FreeBSD-src-e0c911e2622a9fe04b75b55bb7255577bf8ea9ee.tar.gz
Fix two typos in comments.
-rw-r--r--sys/dev/bge/if_bge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c
index 572ba46..fc27313 100644
--- a/sys/dev/bge/if_bge.c
+++ b/sys/dev/bge/if_bge.c
@@ -256,7 +256,7 @@ static const struct bge_revision {
{ BGE_CHIPID_BCM5714_B3, "BCM5714 B3" },
{ BGE_CHIPID_BCM5715_A0, "BCM5715 A0" },
{ BGE_CHIPID_BCM5715_A1, "BCM5715 A1" },
- /* 5784 and 5787 share the same ASIC ID */
+ /* 5754 and 5787 share the same ASIC ID */
{ BGE_CHIPID_BCM5787_A0, "BCM5754/5787 A0" },
{ BGE_CHIPID_BCM5787_A1, "BCM5754/5787 A1" },
{ BGE_CHIPID_BCM5787_A2, "BCM5754/5787 A2" },
@@ -280,7 +280,7 @@ static const struct bge_revision bge_majorrevs[] = {
{ BGE_ASICREV_BCM5780, "unknown BCM5780" },
{ BGE_ASICREV_BCM5714, "unknown BCM5714" },
{ BGE_ASICREV_BCM5755, "unknown BCM5755" },
- /* 5784 and 5787 share the same ASIC ID */
+ /* 5754 and 5787 share the same ASIC ID */
{ BGE_ASICREV_BCM5787, "unknown BCM5754/5787" },
{ 0, NULL }
OpenPOWER on IntegriCloud