From 742f65d876b82444bb30eb69334435fab5c5c04a Mon Sep 17 00:00:00 2001 From: davidinux Date: Mon, 22 Mar 2021 11:37:38 +0100 Subject: [PATCH] Interrupt typo fixed --- arch_spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch_spec.md b/arch_spec.md index 66810d05..2ce739e4 100644 --- a/arch_spec.md +++ b/arch_spec.md @@ -19,7 +19,7 @@ │   │   ├── los_arch_atomic.h --- Atomic operations │   │   ├── los_arch_context.h --- Context switch │   │   ├── los_arch.h --- Initialization -│   │   └── los_arch_interrupt.h --- Interrups +│   │   └── los_arch_interrupt.h --- Interrupts │   ├── include │   │   ├── los_config.h --- Configuration parameters │   │   ├── los_event.h --- Events management