aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib537.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib537.c')
-rw-r--r--tests/libtest/lib537.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib537.c b/tests/libtest/lib537.c
index 08bf1209c..fd030dd10 100644
--- a/tests/libtest/lib537.c
+++ b/tests/libtest/lib537.c
@@ -303,7 +303,7 @@ static int rlimit(int keep_open)
fprintf(stderr, "%s\n", strbuff);
sprintf(strbuff1, fmt, num_open.rlim_cur);
- sprintf(strbuff, "fd system limit seems close to %s", strbuff1);
+ sprintf(strbuff, "fds system limit seems close to %s", strbuff1);
fprintf(stderr, "%s\n", strbuff);
num_open.rlim_max = num_open.rlim_cur - SAFETY_MARGIN;