Skip to content

Commit 9a42b04

Browse files
committed
update comment to be more accurate
1 parent 36e07ff commit 9a42b04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auplugin/auplugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ enum auplugin_mem {
5353
MEM_SELF_MANAGED, /* Internal buffer owned by fgets. */
5454
MEM_MALLOC, /* User-supplied malloc buffer; fgets frees it. */
5555
MEM_MMAP, /* User-supplied mmap buffer; fgets munmaps it. */
56-
MEM_MMAP_FILE /* Read-only mmap file data; fgets never writes. */
56+
MEM_MMAP_FILE /* Read-only mmap file data; fgets munmaps it. */
5757
};
5858

5959
enum {

0 commit comments

Comments
 (0)