Skip to content

Commit 0e4353a

Browse files
authored
chore: fix typo in lib.rs (#2536)
1 parent 7e30152 commit 0e4353a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ impl NixPath for [u8] {
304304
F: FnOnce(&CStr) -> T,
305305
{
306306
// The real PATH_MAX is typically 4096, but it's statistically unlikely to have a path
307-
// longer than ~300 bytes. See the the PR description to get stats for your own machine.
307+
// longer than ~300 bytes. See the PR description to get stats for your own machine.
308308
// https://github.com/nix-rust/nix/pull/1656
309309
//
310310
// By being smaller than a memory page, we also avoid the compiler inserting a probe frame:

0 commit comments

Comments
 (0)