diff options
author | j00512545 <jiangchuangang@huawei.com> | 2022-09-15 16:10:33 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-09-15 17:46:04 +0200 |
commit | 365c2885f01371e547ae880ebfd920131b436735 (patch) | |
tree | 7861ab9131313f11e194ae6030274ff1116cc01d /src/libsystemd/sd-event/sd-event.c | |
parent | test-date: do not fail even on ~50 years later (diff) | |
download | systemd-365c2885f01371e547ae880ebfd920131b436735.tar.xz systemd-365c2885f01371e547ae880ebfd920131b436735.zip |
fix typo in log
Diffstat (limited to '')
-rw-r--r-- | src/libsystemd/sd-event/sd-event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-event/sd-event.c b/src/libsystemd/sd-event/sd-event.c index b3b3d0b4d6..6f99c5f0cd 100644 --- a/src/libsystemd/sd-event/sd-event.c +++ b/src/libsystemd/sd-event/sd-event.c @@ -3823,7 +3823,7 @@ static void event_close_inode_data_fds(sd_event *e) { /* Close the fds pointing to the inodes to watch now. We need to close them as they might otherwise pin * filesystems. But we can't close them right-away as we need them as long as the user still wants to make - * adjustments to the even source, such as changing the priority (which requires us to remove and re-add a watch + * adjustments to the event source, such as changing the priority (which requires us to remove and re-add a watch * for the inode). Hence, let's close them when entering the first iteration after they were added, as a * compromise. */ |