Skip to content

Commit d8188dd

Browse files
authored
Rollup merge of rust-lang#136052 - no1wudi:fix, r=workingjubilee
Correct comment for FreeBSD and DragonFly BSD in unix/thread
2 parents 74c0eea + 6c1c3c0 commit d8188dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: std/src/sys/pal/unix/thread.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ impl Thread {
144144
const TASK_COMM_LEN: usize = 16;
145145
let name = truncate_cstr::<{ TASK_COMM_LEN }>(name);
146146
} else {
147-
// FreeBSD, DragonFly, FreeBSD and NuttX do not enforce length limits.
147+
// FreeBSD, DragonFly BSD and NuttX do not enforce length limits.
148148
}
149149
};
150150
// Available since glibc 2.12, musl 1.1.16, and uClibc 1.0.20 for Linux,

0 commit comments

Comments
 (0)