From efbbd0cac8a78275fb98913bbea4400cf387c8b8 Mon Sep 17 00:00:00 2001 From: Simonas Kazlauskas Date: Wed, 27 Jul 2016 00:50:27 +0300 Subject: [PATCH] Replace a dangerous word --- src/os/unix/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/unix/mod.rs b/src/os/unix/mod.rs index 9085b75..511e393 100644 --- a/src/os/unix/mod.rs +++ b/src/os/unix/mod.rs @@ -13,7 +13,7 @@ lazy_static! { static ref DLERROR_MUTEX: Mutex<()> = Mutex::new(()); } -// libdl is retarded. +// libdl is crazy. // // First of all, whole error handling scheme in libdl is done via setting and querying some global // state, therefore it is not safe to use libdl in MT-capable environment at all. Only in POSIX