perf/x86/amd/ibs: Support 27-bit extended Op/cycle counter
[linux-2.6-microblaze.git] / lib / rbtree.c
index 8545872..c4ac5c2 100644 (file)
@@ -13,7 +13,7 @@
 #include <linux/export.h>
 
 /*
- * red-black trees properties:  http://en.wikipedia.org/wiki/Rbtree
+ * red-black trees properties:  https://en.wikipedia.org/wiki/Rbtree
  *
  *  1) A node is either red or black
  *  2) The root is black