From: Christopher C. Aycock Date: Sun, 3 Jun 2012 03:59:02 +0000 (-0300) Subject: Some typos corrects, and collapsed the two descriptions of Bits.h into one. X-Git-Tag: v0.22.0~1283 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1534e22469d10969c2321113b83de0e02891d00b;p=folly.git Some typos corrects, and collapsed the two descriptions of Bits.h into one. Summary: https://github.com/facebook/folly/pull/1 Test Plan: N/A. Reviewed By: andrewjcg@fb.com FB internal diff: D485738 --- diff --git a/folly/docs/Overview.md b/folly/docs/Overview.md index 106b385e..a47d24d8 100644 --- a/folly/docs/Overview.md +++ b/folly/docs/Overview.md @@ -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`