Skip to content

Commit 1c371cc

Browse files
committed
disk.h: minor: improve comment
1 parent 5d83975 commit 1c371cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/disk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include <stdint.h>
2626
#include "gpt.h"
2727

28-
/* cap DISK I/O write operation to a reasonable size */
28+
/* cap DISK I/O read/write operation to a reasonable size */
2929
#define DISK_IO_MAX_SIZE 0x7FFFFFFFUL
3030

3131
#ifndef MAX_PARTITIONS

0 commit comments

Comments
 (0)