diff options
Diffstat (limited to 'src/shared/machine-image.h')
-rw-r--r-- | src/shared/machine-image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/machine-image.h b/src/shared/machine-image.h index df2394991f..bf41b2e785 100644 --- a/src/shared/machine-image.h +++ b/src/shared/machine-image.h @@ -71,4 +71,4 @@ bool image_name_is_valid(const char *s) _pure_; int image_path_lock(const char *path, int operation, LockFile *global, LockFile *local); int image_name_lock(const char *name, int operation, LockFile *ret); -int image_set_limit(Image *i, uint64_t referred_max); +int image_set_limit(Image *i, uint64_t referenced_max); |