Some typos corrects, and collapsed the two descriptions of Bits.h into one.
authorChristopher C. Aycock <chris@chrisaycock.com>
Sun, 3 Jun 2012 03:59:02 +0000 (00:59 -0300)
committerTudor Bosman <tudorb@fb.com>
Tue, 5 Jun 2012 22:13:31 +0000 (15:13 -0700)
Summary: https://github.com/facebook/folly/pull/1

Test Plan: N/A.

Reviewed By: andrewjcg@fb.com

FB internal diff: D485738

folly/docs/Overview.md

index 106b385e952b9f0f13a91976f06e1812b3bf7441..a47d24d8261e1702301565d848be92611aec4ba7 100644 (file)
@@ -77,11 +77,8 @@ output with timing information.
 
 #### `Bits.h`
 
-Various bit manipulation utilities optimized for speed.
-
-#### `Bits.h`
-
-Bit-twiddling functions that wrap the
+Various bit manipulation utilities optimized for speed; includes functions
+that wrap the
 [ffsl(l)](http://linux.die.net/man/3/ffsll) primitives in a uniform
 interface.
 
@@ -214,7 +211,7 @@ Very small spin locks (1 byte and 1 bit).
 
 ####`small_vector.h`
 
-Vector with the small buffer optimization and an ptional embedded
+Vector with the small buffer optimization and an optional embedded
 `PicoSpinLock`.
 
 ####`sorted_vector_types.h`