Skip to content

Commit 6c6ddbd

Browse files
authored
Merge pull request #251 from rust1248/task/fix-comm-docs
Change Stat::comm documentation
2 parents 391bd13 + 7e7afab commit 6c6ddbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/process/stat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ macro_rules! since_kernel {
3737
pub struct Stat {
3838
/// The process ID.
3939
pub pid: i32,
40-
/// The filename of the executable, in parentheses.
40+
/// The filename of the executable, without the parentheses.
4141
///
4242
/// This is visible whether or not the executable is swapped out.
4343
///

0 commit comments

Comments
 (0)