mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
tree-wide: fix typos of "boottime"/"BOOTTIME"
This commit is contained in:
parent
986a514bab
commit
c5ea147104
@ -91,7 +91,7 @@
|
||||
project='man-pages'><refentrytitle>timerfd_create</refentrytitle><manvolnum>2</manvolnum></citerefentry>,
|
||||
supporting the <constant>CLOCK_MONOTONIC</constant>,
|
||||
<constant>CLOCK_REALTIME</constant>,
|
||||
<constant>CLOCK_BOOTIME</constant> clocks, as well as the
|
||||
<constant>CLOCK_BOOTTIME</constant> clocks, as well as the
|
||||
<constant>CLOCK_REALTIME_ALARM</constant> and
|
||||
<constant>CLOCK_BOOTTIME_ALARM</constant> clocks that can resume
|
||||
the system from suspend. When creating timer events a required
|
||||
|
@ -62,7 +62,7 @@ static bool event_source_is_offline(sd_event_source *s) {
|
||||
static const char* const event_source_type_table[_SOURCE_EVENT_SOURCE_TYPE_MAX] = {
|
||||
[SOURCE_IO] = "io",
|
||||
[SOURCE_TIME_REALTIME] = "realtime",
|
||||
[SOURCE_TIME_BOOTTIME] = "bootime",
|
||||
[SOURCE_TIME_BOOTTIME] = "boottime",
|
||||
[SOURCE_TIME_MONOTONIC] = "monotonic",
|
||||
[SOURCE_TIME_REALTIME_ALARM] = "realtime-alarm",
|
||||
[SOURCE_TIME_BOOTTIME_ALARM] = "boottime-alarm",
|
||||
|
@ -622,7 +622,7 @@ static int manager_receive_response(sd_event_source *source, int fd, uint32_t re
|
||||
"MESSAGE_ID=" SD_MESSAGE_TIME_SYNC_STR,
|
||||
"MONOTONIC_USEC=" USEC_FMT, dts.monotonic,
|
||||
"REALTIME_USEC=" USEC_FMT, dts.realtime,
|
||||
"BOOTIME_USEC=" USEC_FMT, dts.boottime);
|
||||
"BOOTTIME_USEC=" USEC_FMT, dts.boottime);
|
||||
}
|
||||
|
||||
r = manager_arm_timer(m, m->poll_interval_usec);
|
||||
|
Loading…
Reference in New Issue
Block a user