Skip to content

Commit 3aaab3d

Browse files
authored
more punctuation
1 parent c1c82c2 commit 3aaab3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/posix/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
13791379
path_bytes = &path_bytes[..bufsize]
13801380
}
13811381
// 'readlink' truncates the resolved path if
1382-
// the provided buffer is not large enough
1382+
// the provided buffer is not large enough.
13831383
this.memory.write_bytes(buf, path_bytes.iter().copied())?;
13841384
Ok(path_bytes.len().try_into().unwrap())
13851385
}

0 commit comments

Comments
 (0)