diff options
Diffstat (limited to 'sys/pci/if_ste.c')
-rw-r--r-- | sys/pci/if_ste.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c index 020670c..e494437 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) { |