mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
tree-wide: fix typo
This commit is contained in:
parent
542e6eb38d
commit
3b51a183af
@ -335,7 +335,7 @@
|
||||
<citerefentry><refentrytitle>systemd.target</refentrytitle><manvolnum>5</manvolnum></citerefentry>
|
||||
for details. Note that this behavior can be opted out by setting
|
||||
<varname>DefaultDependencies=no</varname> in the specified units, or it can be selectively
|
||||
overidden via an explicit <varname>Before=</varname> dependency.</para>
|
||||
overridden via an explicit <varname>Before=</varname> dependency.</para>
|
||||
</refsect2>
|
||||
</refsect1>
|
||||
|
||||
|
@ -278,7 +278,7 @@ DEFINE_PARSE_NUMBER(char16_t, parse_number16);
|
||||
# undef memcpy
|
||||
# undef memset
|
||||
#else
|
||||
/* And for userpsace unit testing we need to give them an efi_ prefix. */
|
||||
/* And for userspace unit testing we need to give them an efi_ prefix. */
|
||||
# define memcmp efi_memcmp
|
||||
# define memcpy efi_memcpy
|
||||
# define memset efi_memset
|
||||
|
@ -204,7 +204,7 @@ efi_cflags = [
|
||||
# This only happens because the usual instructions for assembling a unified
|
||||
# kernel image contain hardcoded addresses for section VMAs added in. Until a
|
||||
# proper solution is in place, we can at least compile with as least -O1 to
|
||||
# reduce the likelyhood of this happening.
|
||||
# reduce the likelihood of this happening.
|
||||
# https://github.com/systemd/systemd/issues/24202
|
||||
efi_cflags += '-O1'
|
||||
|
||||
|
@ -909,7 +909,7 @@ static int device_setup_units(Manager *m, sd_device *dev, Set **ready_units, Set
|
||||
Unit *u;
|
||||
SET_FOREACH(u, *not_ready_units)
|
||||
if (set_remove(*ready_units, u))
|
||||
log_unit_error(u, "Cannot active and deactive simultaneously. Deactivating.");
|
||||
log_unit_error(u, "Cannot activate and deactivate the unit simultaneously. Deactivating.");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user