X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fswap.h;h=ea98bc2a6f8f3c7f1c4ce593093c1a2b0b08bb76;hb=9058851be7821edac08c1fa7ecafe5cba9ab9022;hp=c39caa6658ab1bd64056b6d3ace3e74dca6846d9;hpb=4e4343146ade25b1ccfc927e2807d854be863ec4;p=elogind.git diff --git a/src/swap.h b/src/swap.h index c39caa665..ea98bc2a6 100644 --- a/src/swap.h +++ b/src/swap.h @@ -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. */