aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDoug Ambrisko <ambrisko@FreeBSD.org>2002-09-18 21:32:48 +0000
committerDoug Ambrisko <ambrisko@FreeBSD.org>2002-09-18 21:32:48 +0000
commit724b7a2be2bc507dce034a47d006656422862833 (patch)
tree894d83b7c011e4b3d6f1610ac41c31003116c57b /sys
parentcef7a339ba1164fe6b970279dd801eef2db4b181 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/pci/if_ste.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c
index 020670ccfb5d..e49443718c0b 100644
--- a/sys/pci/if_ste.c
+++ b/sys/pci/if_ste.c
@@ -1525,7 +1525,7 @@ encap_retry:
/*
* We ran out of segments. We have to recopy this
* mbuf chain first. Bail out if we can't get the
- * new buffers from if_fxp.c
+ * new buffers. Code borrowed from if_fxp.c
*/
MGETHDR(mn, M_DONTWAIT, MT_DATA);
if (mn == NULL) {