We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d83975 commit 1c371ccCopy full SHA for 1c371cc
1 file changed
include/disk.h
@@ -25,7 +25,7 @@
25
#include <stdint.h>
26
#include "gpt.h"
27
28
-/* cap DISK I/O write operation to a reasonable size */
+/* cap DISK I/O read/write operation to a reasonable size */
29
#define DISK_IO_MAX_SIZE 0x7FFFFFFFUL
30
31
#ifndef MAX_PARTITIONS
0 commit comments