aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-11-07 10:14:59 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-11-07 10:15:08 -0500
commitf97b34a629dc4e811b9cf3d5f8cf9032f595ee2b (patch)
tree3c0443a821ae63822c27b575d20311940509dc84 /src/core/swap.c
parentsystemd-nspawn: decrease non-fatal mount errors to debug level (#4569) (diff)
downloadsystemd-f97b34a629dc4e811b9cf3d5f8cf9032f595ee2b.tar.gz
systemd-f97b34a629dc4e811b9cf3d5f8cf9032f595ee2b.tar.bz2
systemd-f97b34a629dc4e811b9cf3d5f8cf9032f595ee2b.zip
Rename formats-util.h to format-util.h
We don't have plural in the name of any other -util files and this inconsistency trips me up every time I try to type this file name from memory. "formats-util" is even hard to pronounce.
Diffstat (limited to 'src/core/swap.c')
-rw-r--r--src/core/swap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/swap.c b/src/core/swap.c
index 2228a254b..b870ac88e 100644
--- a/src/core/swap.c
+++ b/src/core/swap.c
@@ -29,7 +29,7 @@
#include "escape.h"
#include "exit-status.h"
#include "fd-util.h"
-#include "formats-util.h"
+#include "format-util.h"
#include "fstab-util.h"
#include "parse-util.h"
#include "path-util.h"