From: Yu Watanabe Date: Mon, 7 Apr 2025 07:59:41 +0000 (+0900) Subject: docs/ARCHITECTURE: fix typo X-Git-Tag: v258-rc1~881 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=223be3e8cccc0fcb16a41e8adc7beb0ea489c024;p=thirdparty%2Fsystemd.git docs/ARCHITECTURE: fix typo Follow-up for e1c52cb27159ac7200ce6246bbd1a38b2d2e4e4a. --- 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: