From: Karel Zak Date: Wed, 17 Jun 2026 08:22:36 +0000 (+0200) Subject: tests: fix "above" to "following" in cross-reference comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8b312105bdac5c2471dcb445271669e9e14dc0d;p=thirdparty%2Futil-linux.git tests: fix "above" to "following" in cross-reference comments The comments were placed before the definitions they refer to, so "above" was incorrect. Signed-off-by: Karel Zak --- diff --git a/tests/helpers/test_mkfds.h b/tests/helpers/test_mkfds.h index e4fd473a4..6c85dd830 100644 --- a/tests/helpers/test_mkfds.h +++ b/tests/helpers/test_mkfds.h @@ -25,7 +25,7 @@ /* Update the constants in * tests/ts/lsfd/lsfd-functions.bash when changing - * the above error definitions. */ + * the following error definitions. */ #define EXIT_EPERM 18 #define EXIT_ENOPROTOOPT 19 #define EXIT_EPROTONOSUPPORT 20 diff --git a/tests/ts/lsfd/lsfd-functions.bash b/tests/ts/lsfd/lsfd-functions.bash index 25ca7a8cf..933be0f77 100644 --- a/tests/ts/lsfd/lsfd-functions.bash +++ b/tests/ts/lsfd/lsfd-functions.bash @@ -17,7 +17,7 @@ # The exit-status used in a test target. # -# Update the above constants when changing +# Update the following constants when changing # the error definitions in tests/helpers/test_mkfds.h. readonly EPERM=18 readonly ENOPROTOOPT=19