Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars T Hansen committed Apr 4, 2024
1 parent 9a33f81 commit 9a8a0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sysinfo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ fn do_show_system(writer: &mut dyn io::Write, fs: &dyn procfsapi::ProcfsAPI, tim
Ok(())
}

// Currently the test for do_show_system() is whitebox, see ../tests. The reason for this is partly
// Currently the test for do_show_system() is black-box, see ../tests. The reason for this is partly
// that not all the system interfaces used by that function are virtualized at this time, and partly
// that we only care that the output syntax looks right.

0 comments on commit 9a8a0f5

Please sign in to comment.