Skip to content

Commit 0a42f90

Browse files
neuschaefertgross35
authored andcommitted
Fix a few typos
They were found with `codespell`. (backport <#4636>) (cherry picked from commit 33b0290) [ drop changes to ctest-next that don't apply - Trevor ]
1 parent ba11a59 commit 0a42f90

File tree

1 file changed

+1
-1
lines changed
  • src/unix/linux_like/linux/musl

1 file changed

+1
-1
lines changed

src/unix/linux_like/linux/musl/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ extern "C" {
925925
pub fn dirname(path: *mut c_char) -> *mut c_char;
926926
pub fn basename(path: *mut c_char) -> *mut c_char;
927927

928-
// Addded in `musl` 1.1.20
928+
// Added in `musl` 1.1.20
929929
pub fn getrandom(buf: *mut c_void, buflen: size_t, flags: c_uint) -> ssize_t;
930930

931931
// Added in `musl` 1.1.24

0 commit comments

Comments
 (0)