diff --git a/lib/env_dpdk/memory.c b/lib/env_dpdk/memory.c index 73b30a21b..44ef4ce73 100644 --- a/lib/env_dpdk/memory.c +++ b/lib/env_dpdk/memory.c @@ -70,7 +70,7 @@ struct map_1gb { struct map_2mb map[1ULL << (SHIFT_1GB - SHIFT_2MB)]; }; -/* Top-level map table indexed by bits [30..46] of the virtual address. +/* Top-level map table indexed by bits [30..47] of the virtual address. * Each entry points to a second-level map table or NULL. */ struct map_256tb {