mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-04 23:17:46 +00:00
Fix comment spelling
This commit is contained in:
parent
3f4dba0de9
commit
f3639b9453
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ pub unsafe extern "C" fn utmpxname(_file: *const libc::c_char) -> libc::c_int {
|
|||
0
|
||||
}
|
||||
|
||||
// In case the c_char array doesn' t end with NULL
|
||||
// In case the c_char array doesn't end with NULL
|
||||
macro_rules! chars2string {
|
||||
($arr:expr) => (
|
||||
$arr.iter().take_while(|i| **i > 0).map(|&i| i as u8 as char).collect::<String>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue