From 8585b1b89088dc28e1ea7ffa61872814ba4b7796 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 3 Jul 2012 17:50:44 +0000 Subject: [PATCH] Update comment to reflect function's actual operation --- tools/tools/netmap/pkt-gen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/netmap/pkt-gen.c b/tools/tools/netmap/pkt-gen.c index e651a971be2f..cd958a8c23ba 100644 --- a/tools/tools/netmap/pkt-gen.c +++ b/tools/tools/netmap/pkt-gen.c @@ -95,7 +95,7 @@ inline void prefetch (const void *x) __asm volatile("prefetcht0 %0" :: "m" (*(const unsigned long *)x)); } -// XXX only for multiples of 32 bytes, non overlapped. +// XXX only for multiples of 64 bytes, non overlapped. static inline void pkt_copy(void *_src, void *_dst, int l) {