diff options
Diffstat (limited to 'sys/dev/pci/if_stge.c')
-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. |