chiark / gitweb /
unit: use the UNIT() macro consistently
[elogind.git] / src / swap.h
index c39caa6658ab1bd64056b6d3ace3e74dca6846d9..ea98bc2a6f8f3c7f1c4ce593093c1a2b0b08bb76 100644 (file)
@@ -57,7 +57,7 @@ typedef struct SwapParameters {
 } SwapParameters;
 
 struct Swap {
-        Meta meta;
+        Unit meta;
 
         char *what;
 
@@ -89,7 +89,7 @@ struct Swap {
 
         Watch timer_watch;
 
-        /* In order to be able to distuingish dependencies on
+        /* In order to be able to distinguish dependencies on
         different device nodes we might end up creating multiple
         devices for the same swap. We chain them up here. */