diff --git a/folly/Conv.h b/folly/Conv.h index f50bde71de84259f55ce686d3ebbcec3fbfcf0b0..8fdaef3bdfdd379d6cc8a5953edfce0bc934ee9d 100644 --- a/folly/Conv.h +++ b/folly/Conv.h @@ -1229,7 +1229,7 @@ to(StringPiece src) { ******************************************************************************/ /** - * Checked conversion from integral to flating point and back. The + * Checked conversion from integral to floating point and back. The * result must be convertible back to the source type without loss of * precision. This seems Draconian but sometimes is what's needed, and * complements existing routines nicely. For various rounding