Big simplification of floating point API. Now does preferred encoding of floats like preferred encoding of ints per upcoming update to CBOR RFC
diff --git a/src/ieee754.c b/src/ieee754.c
index 230840f..a74fa78 100644
--- a/src/ieee754.c
+++ b/src/ieee754.c
@@ -157,7 +157,7 @@
  This is a crusty corner of C. It shouldn't be this hard.
  
  These are also in UsefulBuf.h under a different name. They are copied
- here because to avoid a dependency on UsefulBuf.h. There is no
+ here to avoid a dependency on UsefulBuf.h. There is no
  object code size impact because these always optimze down to a
  simple assignment.
  */