reference the correct variable in a comment

MFC after:	3 days
This commit is contained in:
Luigi Rizzo 2014-05-28 06:50:16 +00:00
parent 3863e61d2e
commit 0d88706547
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266790

View File

@ -4331,7 +4331,7 @@ igb_setup_receive_ring(struct rx_ring *rxr)
rxbuf = &rxr->rx_buffers[j];
#ifdef DEV_NETMAP
if (slot) {
/* slot sj is mapped to the i-th NIC-ring entry */
/* slot sj is mapped to the j-th NIC-ring entry */
int sj = netmap_idx_n2k(&na->rx_rings[rxr->me], j);
uint64_t paddr;
void *addr;