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