1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 06:38:07 +00:00

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

This commit is contained in:
zhaoxiaoqiang 2015-09-18 15:54:46 +08:00
parent 8847240ee1
commit f0973b1fb8

View File

@ -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.