浏览代码

fix the spell of 'priority' in DataStructures/README.md

zhaoxiaoqiang 9 年之前
父节点
当前提交
f0973b1fb8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      DataStructures/README.md

+ 1 - 1
DataStructures/README.md

@@ -1,7 +1,7 @@
 Data Structures in the Linux Kernel
 ========================================================================
 
-Linux kernel provides implementations of a different data structures like linked list, B+ tree, prinority heap and many many more.
+Linux kernel provides implementations of a different data structures like linked list, B+ tree, priority heap and many many more.
 
 This part considers these data structures and algorithms.