From 223be3e8cccc0fcb16a41e8adc7beb0ea489c024 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 7 Apr 2025 16:59:41 +0900 Subject: [PATCH] docs/ARCHITECTURE: fix typo Follow-up for e1c52cb27159ac7200ce6246bbd1a38b2d2e4e4a. --- docs/ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 7994bbe5696..ff6c8975d56 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -39,7 +39,7 @@ Thus code that is used by "higher-level" components (e.g. our binaries which are would go to a subdirectory specific to that component if it is only used there. If the code is to be shared between components, it'd go to `src/shared/`. Shared code that is used by multiple components that do not link to `libsystemd-shared-.so` may live either in `src/libsystemd/`, `src/basic/`, or `src/fundamental/`. -Any code that is used only for EFI goes under `src/boot/efi/`, and `src/fundamental/` if is shared with non-EFI compoenents. +Any code that is used only for EFI goes under `src/boot/efi/`, and `src/fundamental/` if is shared with non-EFI components. To summarize: -- 2.47.3