summaryrefslogtreecommitdiff
path: root/src/basic/fs-util.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-03-30 16:19:25 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-04-03 15:28:53 +0200
commit2657d5bddc7f1cca6102243b65b912823de12da7 (patch)
tree13ddc42c461f1376f48af26476843d7368f78640 /src/basic/fs-util.c
parent0d6e0adef576871e8ccb5dd16a30565e7f10f8f7 (diff)
downloadsystemd-2657d5bddc7f1cca6102243b65b912823de12da7.tar.gz
basic/fs-util: typo fix
Diffstat (limited to 'src/basic/fs-util.c')
-rw-r--r--src/basic/fs-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/fs-util.c b/src/basic/fs-util.c
index cb323a6403..3722eb638b 100644
--- a/src/basic/fs-util.c
+++ b/src/basic/fs-util.c
@@ -824,7 +824,7 @@ int conservative_renameat(
* have the exact same contents and basic file attributes already. In that case remove the new file
* instead. This call is useful for reducing inotify wakeups on files that are updated but don't
* actually change. This function is written in a style that we rather rename too often than suppress
- * too much. i.e. whenever we are in doubt we rather rename than fail. After all reducing inotify
+ * too much. I.e. whenever we are in doubt, we rather rename than fail. After all reducing inotify
* events is an optimization only, not more. */
old_fd = openat(olddirfd, oldpath, O_CLOEXEC|O_RDONLY|O_NOCTTY|O_NOFOLLOW);