File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ci/docker/x86_64-linux-android Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ COPY android-install-ndk.sh /android/
16
16
RUN sh /android/android-install-ndk.sh $ANDROID_ARCH
17
17
18
18
# We do not run x86_64-linux-android tests on an android emulator.
19
- # See ci/android-sysimage.sh for informations about how tests are run.
19
+ # See ci/android-sysimage.sh for information about how tests are run.
20
20
COPY android-sysimage.sh /android/
21
21
RUN bash /android/android-sysimage.sh x86_64 x86_64-24_r07.zip
22
22
Original file line number Diff line number Diff line change @@ -2559,7 +2559,7 @@ fn test_linux(target: &str) {
2559
2559
s if s. ends_with ( "_nsec" ) && struct_. starts_with ( "stat" ) => {
2560
2560
s. replace ( "e_nsec" , ".tv_nsec" )
2561
2561
}
2562
- // FIXME: epoll_event.data is actuall a union in C, but in Rust
2562
+ // FIXME: epoll_event.data is actually a union in C, but in Rust
2563
2563
// it is only a u64 because we only expose one field
2564
2564
// http://man7.org/linux/man-pages/man2/epoll_wait.2.html
2565
2565
"u64" if struct_ == "epoll_event" => "data.u64" . to_string ( ) ,
You can’t perform that action at this time.
0 commit comments