diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-05-30 12:03:14 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-06-08 11:59:03 -0700 |
| commit | a014088da1c492f6d4238393e84d037f12cf1273 (patch) | |
| tree | e12070a08ef46c2c2c6f277fb116ae2de40961be /src/libstd/num | |
| parent | b8fa9d3be10e952fbcaf14f3098aebf13dedd7ec (diff) | |
| download | rust-a014088da1c492f6d4238393e84d037f12cf1273.tar.gz rust-a014088da1c492f6d4238393e84d037f12cf1273.zip | |
std: Fix search-and-replace typos
Diffstat (limited to 'src/libstd/num')
| -rw-r--r-- | src/libstd/num/float.rs | 2 |
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; |
