From f757d940af7cc5710b197e32ef2fe37ac469ed64 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Mon, 23 Nov 2015 11:39:26 -0800 Subject: [PATCH] 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 --- folly/Conv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1