summaryrefslogtreecommitdiff
path: root/docs/PORTING_TO_NEW_ARCHITECTURES.md
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2023-01-15 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2023-01-23 22:52:34 +0000
commite347d53aceaf882c26256bce3867d270a72d20ad (patch)
treeff2324b3b0c1c667df7e843dd6c4820cc73c80c0 /docs/PORTING_TO_NEW_ARCHITECTURES.md
parentd8b67e05fbeb9d8ad1b37b1a15add5731a2b7f77 (diff)
downloadsystemd-e347d53aceaf882c26256bce3867d270a72d20ad.tar.gz
docs: fix grammar a bit
Diffstat (limited to 'docs/PORTING_TO_NEW_ARCHITECTURES.md')
-rw-r--r--docs/PORTING_TO_NEW_ARCHITECTURES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/PORTING_TO_NEW_ARCHITECTURES.md b/docs/PORTING_TO_NEW_ARCHITECTURES.md
index 1038336010..a4dc6c29dd 100644
--- a/docs/PORTING_TO_NEW_ARCHITECTURES.md
+++ b/docs/PORTING_TO_NEW_ARCHITECTURES.md
@@ -34,7 +34,7 @@ architecture.
variable logic in `meson.build` to be set to the right architecture string
as defined by the UEFI specification. (This ensures that `systemd-boot` will
be built as the appropriately named `BOOT<arch>.EFI` binary.) Also, if your
- architecture uses a special boot protocol for the Linux kernel make sure to
+ architecture uses a special boot protocol for the Linux kernel, make sure to
implement it in `src/boot/efi/linux*.c`, so that the `systemd-stub` EFI stub
can work.
@@ -54,5 +54,5 @@ architecture.
`/usr/` mounted in.
7. If your architecture supports VM virtualization and provides CPU opcodes
- similar to x86' CPUID consider adding native support for detecting VMs this
+ similar to x86' CPUID, consider adding native support for detecting VMs this
way to `src/basic/virt.c`.