Skip to content

Commit cc6f0ff

Browse files
rizlikdanielinux
authored andcommitted
disk.h: minor: improve comment
1 parent 1d00cbe commit cc6f0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)