diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-01-10 07:49:38 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-01-10 07:49:38 -0500 |
commit | 8581fe66c1d2d48a54b076e66a468620e4443ccb (patch) | |
tree | 87c1ece17f8b521581f9f02b2f3ec57eb78f2322 /src/shared | |
parent | 81ce2af261245727ee92ba1e0070571028602e12 (diff) |
src/v4l_id: fix compile error
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/hashmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/hashmap.c b/src/shared/hashmap.c index b777b4d026..9cfdc60930 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) { |