From: Sara Golemon Date: Mon, 23 Nov 2015 19:39:26 +0000 (-0800) Subject: Fix minor typo in folly/Conv.h X-Git-Tag: deprecate-dynamic-initializer~241 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f757d940af7cc5710b197e32ef2fe37ac469ed64;p=folly.git Fix minor typo in folly/Conv.h Summary: 'flating point' => 'floating point' Closes https://github.com/facebook/folly/issues/241 Reviewed By: yfeldblum Differential Revision: D2685280 fb-gh-sync-id: 2e9c2b5419d0c631af4a32c5ab6b7366033ca34c --- diff --git a/folly/Conv.h b/folly/Conv.h index f50bde71..8fdaef3b 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