Fix minor typo in folly/Conv.h
authorSara Golemon <sgolemon@fb.com>
Mon, 23 Nov 2015 19:39:26 +0000 (11:39 -0800)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Mon, 23 Nov 2015 20:20:20 +0000 (12:20 -0800)
Summary: 'flating point' => 'floating point'

Closes https://github.com/facebook/folly/issues/241

Reviewed By: yfeldblum

Differential Revision: D2685280

fb-gh-sync-id: 2e9c2b5419d0c631af4a32c5ab6b7366033ca34c

folly/Conv.h

index f50bde71de84259f55ce686d3ebbcec3fbfcf0b0..8fdaef3bdfdd379d6cc8a5953edfce0bc934ee9d 100644 (file)
@@ -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