summaryrefslogtreecommitdiff
path: root/src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2021-11-22 16:19:09 +0300
committerAlexander Batischev <eual.jp@gmail.com>2021-11-22 16:19:09 +0300
commit6bf0857e60687a615eb4fb32e350dd5073ab27b7 (patch)
treea26b48cf111c24627381793b8c4bc206fc52914e /src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs
parent82b85b70b15564b18272989e819f01c4af8a5abd (diff)
downloadrust-libc-6bf0857e60687a615eb4fb32e350dd5073ab27b7.tar.gz
Fix doc comment on FreeBSD `kinfo_proc`
Cf. https://github.com/rust-lang/libc/pull/2552#discussion_r754229773
Diffstat (limited to 'src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs')
-rw-r--r--src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs b/src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs
index 1c224bba6d..414b33521f 100644
--- a/src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs
+++ b/src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs
@@ -212,7 +212,7 @@ s! {
pub ki_jid: ::c_int,
/// Number of threads in total.
pub ki_numthreads: ::c_int,
- // Thread ID.
+ /// Thread ID.
pub ki_tid: ::lwpid_t,
/// Process priority.
pub ki_pri: ::priority,