diff --git a/os/1_hardware/storage.md b/os/1_hardware/storage.md
index 30fdf25..585ec65 100644
--- a/os/1_hardware/storage.md
+++ b/os/1_hardware/storage.md
@@ -53,7 +53,7 @@ CPU 里的寄存器和 Cache,是整个计算机存储器中价格最贵的,
 - CPU Cache;
   1. L1-Cache;
   2. L2-Cache;
-  3. L3-Cahce;
+  3. L3-Cache;
 - 内存;
 - SSD/HDD 硬盘
 
@@ -159,7 +159,7 @@ SSD(*Solid-state disk*)就是我们常说的固体硬盘,结构和内存
 
 ## 存储器的层次关系
 
-现代的一台计算机,都用上了 CPU Cahce、内存、到 SSD 或 HDD 硬盘这些存储器设备了。
+现代的一台计算机,都用上了 CPU Cache、内存、到 SSD 或 HDD 硬盘这些存储器设备了。
 
 其中,存储空间越大的存储器设备,其访问速度越慢,所需成本也相对越少。