Skip to content

Commit 678ff2a

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 4b13dfd + b691e9f commit 678ff2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/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)