Skip to content

Commit 729e566

Browse files
committed
Fix outdated comment
1 parent 02fbf31 commit 729e566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/num/f32.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ mod cmath {
6262
pub fn hypotf(x: c_float, y: c_float) -> c_float;
6363
}
6464

65-
// See the comments in `core::float::Float::floor` for why MSVC is special
65+
// See the comments in the `floor` function for why MSVC is special
6666
// here.
6767
#[cfg(not(target_env = "msvc"))]
6868
extern {

0 commit comments

Comments
 (0)