The comments were placed before the definitions they refer to,
so "above" was incorrect.
Signed-off-by: Karel Zak <kzak@redhat.com>
/* 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
# 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