hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/include/linux/btree.h
....@@ -10,7 +10,7 @@
1010 *
1111 * A B+Tree is a data structure for looking up arbitrary (currently allowing
1212 * unsigned long, u32, u64 and 2 * u64) keys into pointers. The data structure
13
- * is described at http://en.wikipedia.org/wiki/B-tree, we currently do not
13
+ * is described at https://en.wikipedia.org/wiki/B-tree, we currently do not
1414 * use binary search to find the key on lookups.
1515 *
1616 * Each B+Tree consists of a head, that contains bookkeeping information and