about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-01-23 16:12:22 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-01-26 10:26:37 +0000
commitfcf78bbd757689aff3d6595b7f288de6a82e11bc (patch)
treeeea24d6856618cd03342c67ba8962cae11d1b775
parent9e5c6a2898fe49c984600ba34d05d8c6ad3dd50e (diff)
downloadrust-fcf78bbd757689aff3d6595b7f288de6a82e11bc.tar.gz
rust-fcf78bbd757689aff3d6595b7f288de6a82e11bc.zip
Update comment
-rw-r--r--library/core/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs
index 01ed3cc69a2..c18e0405f72 100644
--- a/library/core/src/lib.rs
+++ b/library/core/src/lib.rs
@@ -44,7 +44,7 @@
 //!    called. The `lang` attribute is called `eh_personality`.
 
 // Since core defines many fundamental lang items, all tests live in a
-// separate crate, libcoretest (library/core/tests), to avoid bizarre issues.
+// separate crate, coretests (library/coretests), to avoid bizarre issues.
 //
 // Here we explicitly #[cfg]-out this whole crate when testing. If we don't do
 // this, both the generated test artifact and the linked libtest (which