about summary refs log tree commit diff
path: root/library/std/src/sys/unix/android.rs
diff options
context:
space:
mode:
authorjonathanCogan <jonathanecogan@gmail.com>2022-10-28 15:34:29 -0700
committerMara Bos <m-ou.se@m-ou.se>2022-12-30 14:00:40 +0100
commit72067c77bdc1e8e339b9ed378a2c0ca0a9367c4d (patch)
treed747f0dfc416d6c5d07d10c5ec964d1c08b4c3f1 /library/std/src/sys/unix/android.rs
parentf6cc345be403d481b4518e151218118c2a9eb4bb (diff)
downloadrust-72067c77bdc1e8e339b9ed378a2c0ca0a9367c4d.tar.gz
rust-72067c77bdc1e8e339b9ed378a2c0ca0a9367c4d.zip
Replace libstd, libcore, liballoc in docs.
Diffstat (limited to 'library/std/src/sys/unix/android.rs')
-rw-r--r--library/std/src/sys/unix/android.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/std/src/sys/unix/android.rs b/library/std/src/sys/unix/android.rs
index 73ff10ab8a2..0f704994f55 100644
--- a/library/std/src/sys/unix/android.rs
+++ b/library/std/src/sys/unix/android.rs
@@ -1,7 +1,7 @@
 //! Android ABI-compatibility module
 //!
-//! The ABI of Android has changed quite a bit over time, and libstd attempts to
-//! be both forwards and backwards compatible as much as possible. We want to
+//! The ABI of Android has changed quite a bit over time, and std attempts to be
+//! both forwards and backwards compatible as much as possible. We want to
 //! always work with the most recent version of Android, but we also want to
 //! work with older versions of Android for whenever projects need to.
 //!