Skip to content

Commit ae01542

Browse files
committed
fix typos
1 parent e25b7f3 commit ae01542

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/docker/x86_64-linux-android/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY android-install-ndk.sh /android/
1616
RUN sh /android/android-install-ndk.sh $ANDROID_ARCH
1717

1818
# 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.
2020
COPY android-sysimage.sh /android/
2121
RUN bash /android/android-sysimage.sh x86_64 x86_64-24_r07.zip
2222

libc-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2559,7 +2559,7 @@ fn test_linux(target: &str) {
25592559
s if s.ends_with("_nsec") && struct_.starts_with("stat") => {
25602560
s.replace("e_nsec", ".tv_nsec")
25612561
}
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
25632563
// it is only a u64 because we only expose one field
25642564
// http://man7.org/linux/man-pages/man2/epoll_wait.2.html
25652565
"u64" if struct_ == "epoll_event" => "data.u64".to_string(),

0 commit comments

Comments
 (0)