diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-10-02 20:21:14 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-10-02 20:21:14 +0000 |
commit | 9236a509b36befc874683da27888d16fbed5122b (patch) | |
tree | 741ddf2554c01d9a5b8873d35cf31de5fb0ed0ff | |
parent | f8f55c2a3fe980a887bea1cb7d4ecca013be014d (diff) |
Typo in comment.
-rw-r--r-- | sys/dev/pci/if_stge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/if_stge.c b/sys/dev/pci/if_stge.c index 0313839531a..d996993ddd9 100644 --- a/sys/dev/pci/if_stge.c +++ b/sys/dev/pci/if_stge.c @@ -825,7 +825,7 @@ stge_start(struct ifnet *ifp) /* * Load the DMA map. If this fails, the packet either * didn't fit in the alloted number of segments, or we - * were short on resources. For the too-may-segments + * were short on resources. For the too-many-segments * case, we simply report an error and drop the packet, * since we can't sanely copy a jumbo packet to a single * buffer. |