File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ mod tests {
134
134
use std:: mem;
135
135
136
136
/// Compile time test to check if the boot information is Send and Sync.
137
- /// This test is relevant to give library users flexebility in passing the
137
+ /// This test is relevant to give library users flexibility in passing the
138
138
/// struct around.
139
139
#[ test]
140
140
fn boot_information_is_send_and_sync ( ) {
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ mod tests {
63
63
// must not include final null
64
64
assert_eq ! ( parse_slice_as_string( b"hello\0 " ) , Ok ( "hello" ) ) ;
65
65
assert_eq ! ( parse_slice_as_string( b"hello\0 \0 " ) , Ok ( "hello" ) ) ;
66
- // must skip everytihng after first null
66
+ // must skip everything after first null
67
67
assert_eq ! ( parse_slice_as_string( b"hello\0 foo" ) , Ok ( "hello" ) ) ;
68
68
}
69
69
}
You can’t perform that action at this time.
0 commit comments