diff --git a/lib/ioat/ioat_internal.h b/lib/ioat/ioat_internal.h index c07a2cdd2..19593bb00 100644 --- a/lib/ioat/ioat_internal.h +++ b/lib/ioat/ioat_internal.h @@ -41,7 +41,7 @@ #include "spdk/queue.h" #include "spdk/mmio.h" -/* Allocate 2 << 15 (32K) descriptors per channel by default. */ +/* Allocate 1 << 15 (32K) descriptors per channel by default. */ #define IOAT_DEFAULT_ORDER 15 struct ioat_descriptor {