Comment cleanup: fix ascii art
authorLai Jiangshan <laijs@cn.fujitsu.com>
Thu, 27 Oct 2011 07:01:08 +0000 (09:01 +0200)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 27 Oct 2011 07:01:08 +0000 (09:01 +0200)
Fix an incorrect arrow in ascii art description of the table.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
rculfhash.c

index 72abe40f9ae7eb49dc8586c5cde4396e7f4aacba..5264a8ec7fc9747afeccbc544dad3d2b3a80a54a 100644 (file)
  * 
  * order              bits       reverse
  * 0               0  000        000
- *                 |
- * 1               |  1  001        100       <-    <-
- *                 |  |                        |     |
- * 2               |  |  2  010        010     |     |
+ * 1               |  1  001        100             <-
+ * 2               |  |  2  010        010    <-     |
  *                 |  |  |  3  011        110  | <-  |
- *                 |  |  |  |                  |  |  |
  * 3               -> |  |  |  4  100        001  |  |
  *                    -> |  |     5  101        101  |
  *                       -> |        6  110        011
This page took 0.025396 seconds and 4 git commands to generate.