diff options
author | Ido Schimmel <[email protected]> | 2024-06-06 16:49:38 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-06-10 11:14:52 +0100 |
commit | c1e156ae50ee520baf4e560b1284677ddfcea974 (patch) | |
tree | c5623b7000b0a5c0f0fcf19f9c54956dccf4ccd6 | |
parent | 28f961f9d5b7c3d9b9f93cc59e54477ba1278cf9 (diff) |
lib: objagg: Fix spelling
Fixes: 0a020d416d0a ("lib: introduce initial implementation of object aggregation manager")
Signed-off-by: Ido Schimmel <[email protected]>
Reviewed-by: Amit Cohen <[email protected]>
Tested-by: Alexander Zubkov <[email protected]>
Signed-off-by: Petr Machata <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | lib/objagg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/objagg.c b/lib/objagg.c index 1e248629ed64..955538c90223 100644 --- a/lib/objagg.c +++ b/lib/objagg.c @@ -421,7 +421,7 @@ static struct objagg_obj *__objagg_obj_get(struct objagg *objagg, void *obj) * * There are 3 main options this function wraps: * 1) The object according to "obj" already exist. In that case - * the reference counter is incrementes and the object is returned. + * the reference counter is incremented and the object is returned. * 2) The object does not exist, but it can be aggregated within * another object. In that case, user ops->delta_create() is called * to obtain delta data and a new object is created with returned |