From d3e71819f7eaccbd974ff0e4f52ed080f24856b0 Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Thu, 3 Aug 2023 09:37:03 +0200 Subject: [PATCH] package/systemd: fix typos in comments Signed-off-by: Luca Ceresoli Signed-off-by: Yann E. MORIN --- package/systemd/systemd.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk index 3ce0634594..f330b9d2b2 100644 --- a/package/systemd/systemd.mk +++ b/package/systemd/systemd.mk @@ -663,9 +663,9 @@ SYSTEMD_TARGET_FINALIZE_HOOKS += \ SYSTEMD_INSTALL_RESOLVCONF_HOOK ifneq ($(call qstrip,$(BR2_TARGET_GENERIC_GETTY_PORT)),) -# systemd provides multiple units to autospawn getty as neede +# systemd provides multiple units to autospawn getty as needed # * getty@.service to start a getty on normal TTY -# * sertial-getty@.service to start a getty on serial lines +# * serial-getty@.service to start a getty on serial lines # * console-getty.service for generic /dev/console # * container-getty@.service for a getty on /dev/pts/* # @@ -673,7 +673,7 @@ ifneq ($(call qstrip,$(BR2_TARGET_GENERIC_GETTY_PORT)),) # * read the console= kernel command line parameter # * enable one of the above units depending on what it finds # -# Systemd defaults to enablinb getty@tty1.service +# Systemd defaults to enabling getty@tty1.service # # What we want to do # * Enable a getty on $BR2_TARGET_GENERIC_TTY_PATH