docs/ARCHITECTURE: fix typo

Follow-up for e1c52cb271.
This commit is contained in:
Yu Watanabe
2025-04-07 16:59:41 +09:00
parent 3af3f30a01
commit 223be3e8cc

View File

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