From db47071df2647f90da5a66624caf262fa3a17456 Mon Sep 17 00:00:00 2001 From: jonathanCogan Date: Fri, 28 Oct 2022 16:48:00 -0700 Subject: Replace libstd, libcore, liballoc in line comments. --- library/std/src/thread/local.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/std/src/thread') diff --git a/library/std/src/thread/local.rs b/library/std/src/thread/local.rs index 5d267891bb0..57e9c134240 100644 --- a/library/std/src/thread/local.rs +++ b/library/std/src/thread/local.rs @@ -950,7 +950,7 @@ pub mod fast { // note that this is just a publicly-callable function only for the // const-initialized form of thread locals, basically a way to call the - // free `register_dtor` function defined elsewhere in libstd. + // free `register_dtor` function defined elsewhere in std. pub unsafe fn register_dtor(a: *mut u8, dtor: unsafe extern "C" fn(*mut u8)) { unsafe { register_dtor(a, dtor); -- cgit 1.4.1-3-g733a5