summaryrefslogtreecommitdiff
path: root/src/time.rs
diff options
context:
space:
mode:
authorRyan Zoeller <rtzoeller@rtzoeller.com>2021-12-26 20:14:50 -0600
committerRyan Zoeller <rtzoeller@rtzoeller.com>2021-12-26 20:14:50 -0600
commit57f41a8898e80f220d231136e26193db77388c03 (patch)
tree8a064d923e45614a21b8a8cb9bd3029b9fdfca87 /src/time.rs
parenta392647f450f88bf4a162135712ea023e8da3b1a (diff)
downloadnix-57f41a8898e80f220d231136e26193db77388c03.zip
Fix typos
Diffstat (limited to 'src/time.rs')
-rw-r--r--src/time.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time.rs b/src/time.rs
index 959769f4..01a8fd00 100644
--- a/src/time.rs
+++ b/src/time.rs
@@ -14,7 +14,7 @@ use std::mem::MaybeUninit;
/// Clock identifier
///
-/// Newtype pattern around `clockid_t` (which is just alias). It pervents bugs caused by
+/// Newtype pattern around `clockid_t` (which is just alias). It prevents bugs caused by
/// accidentally passing wrong value.
#[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash)]
pub struct ClockId(clockid_t);