projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6982589
)
Fix minor typo in folly/Conv.h
author
Sara Golemon
<sgolemon@fb.com>
Mon, 23 Nov 2015 19:39:26 +0000
(11:39 -0800)
committer
facebook-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
patch
|
blob
|
history
diff --git
a/folly/Conv.h
b/folly/Conv.h
index f50bde71de84259f55ce686d3ebbcec3fbfcf0b0..8fdaef3bdfdd379d6cc8a5953edfce0bc934ee9d 100644
(file)
--- 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 fl
o
ating 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