From 1534e22469d10969c2321113b83de0e02891d00b Mon Sep 17 00:00:00 2001 From: "Christopher C. Aycock" Date: Sun, 3 Jun 2012 00:59:02 -0300 Subject: [PATCH 1/1] 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 --- folly/docs/Overview.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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` -- 2.34.1