X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fhashmap.c;fp=src%2Fshared%2Fhashmap.c;h=e63ba4bb5aa84d7eebe7770c0bcbb0daae538daa;hb=f131770b1465fbf423881f16ba85523a05f846fe;hp=f2a8a77eae0a8d5b905bdc59343c885be6eb94a9;hpb=fd51179d5c6c693a0841db5af0404a45fd9e9845;p=elogind.git diff --git a/src/shared/hashmap.c b/src/shared/hashmap.c index f2a8a77ea..e63ba4bb5 100644 --- a/src/shared/hashmap.c +++ b/src/shared/hashmap.c @@ -1066,7 +1066,7 @@ static int hashmap_base_put_boldly(HashmapBase *h, unsigned idx, /* * Returns 0 if resize is not needed. - * 1 if succesfully resized. + * 1 if successfully resized. * -ENOMEM on allocation failure. */ static int resize_buckets(HashmapBase *h, unsigned entries_add) {