From: Ido Schimmel Date: Thu, 6 Jun 2024 14:49:38 +0000 (+0200) Subject: lib: objagg: Fix spelling X-Git-Tag: v6.11-rc1~163^2~228^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1e156ae50ee520baf4e560b1284677ddfcea974;p=thirdparty%2Fkernel%2Flinux.git lib: objagg: Fix spelling Fixes: 0a020d416d0a ("lib: introduce initial implementation of object aggregation manager") Signed-off-by: Ido Schimmel Reviewed-by: Amit Cohen Tested-by: Alexander Zubkov Signed-off-by: Petr Machata Reviewed-by: Simon Horman Signed-off-by: David S. Miller --- diff --git a/lib/objagg.c b/lib/objagg.c index 1e248629ed643..955538c902236 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