From 729e566020481a61fcf84d921b939a2535ffe643 Mon Sep 17 00:00:00 2001 From: tomaka Date: Thu, 14 Jan 2016 16:44:15 +0100 Subject: [PATCH] Fix outdated comment --- src/libstd/num/f32.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/num/f32.rs b/src/libstd/num/f32.rs index 259f0d390b4a1..7f57d6dc650ba 100644 --- a/src/libstd/num/f32.rs +++ b/src/libstd/num/f32.rs @@ -62,7 +62,7 @@ mod cmath { pub fn hypotf(x: c_float, y: c_float) -> c_float; } - // See the comments in `core::float::Float::floor` for why MSVC is special + // See the comments in the `floor` function for why MSVC is special // here. #[cfg(not(target_env = "msvc"))] extern {