Skip to content

Commit dbb865b

Browse files
committed
Fix whitespace in a LinuxProcess code comment
1 parent 36592ac commit dbb865b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/LinuxProcess.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ void Process_delete(Object* cast) {
139139
an io priority formally uses "none" as scheduling class, but the
140140
io scheduler will treat such processes as if it were in the best
141141
effort class. The priority within the best effort class will be
142-
dynamically derived from the cpu nice level of the process:
142+
dynamically derived from the cpu nice level of the process:
143143
io_priority = (cpu_nice + 20) / 5. -- From ionice(1) man page
144144
*/
145145
static int LinuxProcess_effectiveIOPriority(const LinuxProcess* this) {

0 commit comments

Comments
 (0)