]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cbtree.h
Doc: no midx and partial clone relation
[thirdparty/git.git] / cbtree.h
index fe4587087e8820268e746eecd289c5fc0ea9ca10..a04a312c3f5bd14873e96edc227524a2245c6c35 100644 (file)
--- a/cbtree.h
+++ b/cbtree.h
@@ -25,7 +25,7 @@ struct cb_node {
         */
        uint32_t byte;
        uint8_t otherbits;
-       uint8_t k[FLEX_ARRAY]; /* arbitrary data */
+       uint8_t k[FLEX_ARRAY]; /* arbitrary data, unaligned */
 };
 
 struct cb_tree {