]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: fix "above" to "following" in cross-reference comments
authorKarel Zak <kzak@redhat.com>
Wed, 17 Jun 2026 08:22:36 +0000 (10:22 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 17 Jun 2026 08:22:36 +0000 (10:22 +0200)
The comments were placed before the definitions they refer to,
so "above" was incorrect.

Signed-off-by: Karel Zak <kzak@redhat.com>
tests/helpers/test_mkfds.h
tests/ts/lsfd/lsfd-functions.bash

index e4fd473a4358c8a837969ef0830ef8bbd02d7168..6c85dd8301f91cacc5719803fc5b67829c03cbf0 100644 (file)
@@ -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
index 25ca7a8cf07e4805ef75f67b6bd85a5617527b2e..933be0f77153905beb7b6c7ca0fc5984925b876f 100644 (file)
@@ -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