From: Ralf Jung Date: Sun, 4 Oct 2020 21:07:19 +0000 (+0200) Subject: more punctuation X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=3aaab3dd9809aa8f9576b77122ba2601fb3ddd52;p=rust.git more punctuation --- diff --git a/src/shims/posix/fs.rs b/src/shims/posix/fs.rs index 4e8d38a977c..ebf7e16a153 100644 --- a/src/shims/posix/fs.rs +++ b/src/shims/posix/fs.rs @@ -1379,7 +1379,7 @@ fn readlink( path_bytes = &path_bytes[..bufsize] } // 'readlink' truncates the resolved path if - // the provided buffer is not large enough + // the provided buffer is not large enough. this.memory.write_bytes(buf, path_bytes.iter().copied())?; Ok(path_bytes.len().try_into().unwrap()) }