summaryrefslogtreecommitdiff
path: root/src/sys/statfs.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/sys/statfs.rs
parenta392647f450f88bf4a162135712ea023e8da3b1a (diff)
downloadnix-57f41a8898e80f220d231136e26193db77388c03.zip
Fix typos
Diffstat (limited to 'src/sys/statfs.rs')
-rw-r--r--src/sys/statfs.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sys/statfs.rs b/src/sys/statfs.rs
index bfb94f48..62273475 100644
--- a/src/sys/statfs.rs
+++ b/src/sys/statfs.rs
@@ -536,7 +536,7 @@ impl Debug for Statfs {
/// Describes a mounted file system.
///
-/// The result is OS-dependent. For a portabable alternative, see
+/// The result is OS-dependent. For a portable alternative, see
/// [`statvfs`](crate::sys::statvfs::statvfs).
///
/// # Arguments
@@ -552,7 +552,7 @@ pub fn statfs<P: ?Sized + NixPath>(path: &P) -> Result<Statfs> {
/// Describes a mounted file system.
///
-/// The result is OS-dependent. For a portabable alternative, see
+/// The result is OS-dependent. For a portable alternative, see
/// [`fstatvfs`](crate::sys::statvfs::fstatvfs).
///
/// # Arguments