aboutsummaryrefslogtreecommitdiff
path: root/resolv/tst-resolv-res_ninit.c
diff options
context:
space:
mode:
Diffstat (limited to 'resolv/tst-resolv-res_ninit.c')
-rw-r--r--resolv/tst-resolv-res_ninit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/resolv/tst-resolv-res_ninit.c b/resolv/tst-resolv-res_ninit.c
index e539828..a274b5b 100644
--- a/resolv/tst-resolv-res_ninit.c
+++ b/resolv/tst-resolv-res_ninit.c
@@ -55,8 +55,8 @@ do_test (void)
TEST_VERIFY (conf != NULL);
}
else
- /* The underyling configuration should be identical across all
- res_state opjects because resolv.conf did not change. */
+ /* The underlying configuration should be identical across all
+ res_state objects because resolv.conf did not change. */
TEST_VERIFY (ctx->conf == conf);
}
qsort (array, count, sizeof (*array), sort_res_state);