From: Kamalesh Babulal Date: Fri, 20 Mar 2026 09:52:09 +0000 (+0530) Subject: error.h: fix grammar in enum descriptions X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40c575854450bc9267cefe0bded07565e0abfeba;p=thirdparty%2Flibcgroup.git error.h: fix grammar in enum descriptions Fix minor grammar issues in comments: - Error enum descriptions - ECGEOF description Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka (Oracle) --- diff --git a/include/libcgroup/error.h b/include/libcgroup/error.h index 6a1420db..fe7f01c2 100644 --- a/include/libcgroup/error.h +++ b/include/libcgroup/error.h @@ -20,7 +20,7 @@ extern "C" { * * @name Error handling * @{ - * Unless states otherwise in documentation of a function, all functions + * Unless stated otherwise in a function's documentation, all functions * return @c int, which is zero (0) when the function succeeds, and positive * number if the function fails. * @@ -62,7 +62,7 @@ enum { ECGROUPNORULES, /* 50020 */ ECGMOUNTFAIL, /* 50021 */ /** - * Not an real error, it just indicates that iterator has come to end + * Not a real error, it just indicates that the iterator has come to the end * of sequence and no more items are left. */ ECGEOF = 50023,