govmm: Correct documentation for Linux aio.

The comments for "native" aio are incorrect. Correct these.

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
Archana Shinde 2022-07-28 15:08:16 -07:00
parent 9dfd949f23
commit 81cdaf0771

View File

@ -1140,7 +1140,7 @@ const (
// Threads is the pthread asynchronous I/O implementation. // Threads is the pthread asynchronous I/O implementation.
Threads BlockDeviceAIO = "threads" Threads BlockDeviceAIO = "threads"
// Native is the pthread asynchronous I/O implementation. // Native is the native Linux AIO implementation.
Native BlockDeviceAIO = "native" Native BlockDeviceAIO = "native"
) )