We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04311b9 commit fd06da7Copy full SHA for fd06da7
kernel/module/stats.c
@@ -126,7 +126,7 @@ static LIST_HEAD(dup_failed_modules);
126
* These typically should not happen unless your system is under memory
127
* pressure.
128
* * invalid_becoming_bytes: total number of bytes allocated and freed used
129
- * used to read the kernel module userspace wants us to read before we
+ * to read the kernel module userspace wants us to read before we
130
* promote it to be processed to be added to our @modules linked list. These
131
* failures can happen if we had a check in between a successful kernel_read_file_from_fd()
132
* call and right before we allocate the our private memory for the module
0 commit comments