about summary refs log tree commit diff
path: root/elf/tst-dlmopen-twice.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-dlmopen-twice.c')
-rw-r--r--elf/tst-dlmopen-twice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tst-dlmopen-twice.c b/elf/tst-dlmopen-twice.c
index 70c71fe19c..dfa58b1505 100644
--- a/elf/tst-dlmopen-twice.c
+++ b/elf/tst-dlmopen-twice.c
@@ -46,7 +46,7 @@ do_test (void)
   recurse (1);
 
   /* Then with nesting.  The constant needs to be less than the
-     internal DL_NNS namespace constant.  */
+     glibc.rtld.nns tunable (which is between 1 and DL_NNS).  */
   recurse (10);
   return 0;
 }