Commit 1534e224 authored by Christopher C. Aycock's avatar Christopher C. Aycock Committed by Tudor Bosman

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
parent 21a265b3
...@@ -77,11 +77,8 @@ output with timing information. ...@@ -77,11 +77,8 @@ output with timing information.
#### `Bits.h` #### `Bits.h`
Various bit manipulation utilities optimized for speed. Various bit manipulation utilities optimized for speed; includes functions
that wrap the
#### `Bits.h`
Bit-twiddling functions that wrap the
[ffsl(l)](http://linux.die.net/man/3/ffsll) primitives in a uniform [ffsl(l)](http://linux.die.net/man/3/ffsll) primitives in a uniform
interface. interface.
...@@ -214,7 +211,7 @@ Very small spin locks (1 byte and 1 bit). ...@@ -214,7 +211,7 @@ Very small spin locks (1 byte and 1 bit).
####`small_vector.h` ####`small_vector.h`
Vector with the small buffer optimization and an ptional embedded Vector with the small buffer optimization and an optional embedded
`PicoSpinLock`. `PicoSpinLock`.
####`sorted_vector_types.h` ####`sorted_vector_types.h`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment