diff --git a/src/basic/fs-util.c b/src/basic/fs-util.c index 71753b5ef2..655f59a548 100644 --- a/src/basic/fs-util.c +++ b/src/basic/fs-util.c @@ -788,7 +788,7 @@ int unlinkat_deallocate(int fd, const char *name, UnlinkDeallocateFlags flags) { } } - /* Don't dallocate if there's nothing to deallocate or if the file is linked elsewhere */ + /* Don't deallocate if there's nothing to deallocate or if the file is linked elsewhere */ if (st.st_blocks == 0 || st.st_nlink > 0) return 0;