about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-06-09 13:16:27 -0700
committerbors <bors@rust-lang.org>2013-06-09 13:16:27 -0700
commit94f72dd73699701d7354e16950b9a547e11e015b (patch)
treefa5ed5ceb431d6425803123380a70d9e4d836c66 /src/libstd
parent88c318d28c7d8fe8346d38d73cb0b1a30f33f278 (diff)
parentd92b4358d278afb6f0172f4cddb5a60ebcdff7ca (diff)
downloadrust-94f72dd73699701d7354e16950b9a547e11e015b.tar.gz
rust-94f72dd73699701d7354e16950b9a547e11e015b.zip
auto merge of #6904 : catamorphism/rust/rustpkg_version_vcs, r=catamorphism
r? @brson
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/num/float.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/num/float.rs b/src/libstd/num/float.rs
index 97d661d8fe2..a96a854e6a0 100644
--- a/src/libstd/num/float.rs
+++ b/src/libstd/num/float.rs
@@ -47,7 +47,7 @@ pub static neg_infinity: float = -1.0/0.0;
 /* Module: consts */
 pub mod consts {
     // FIXME (requires Issue #1433 to fix): replace with mathematical
-    // staticants from cmath.
+    // constants from cmath.
     /// Archimedes' constant
     pub static pi: float = 3.14159265358979323846264338327950288;