diff options
Diffstat (limited to 'elf/tst-tls20.c')
-rw-r--r-- | elf/tst-tls20.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/elf/tst-tls20.c b/elf/tst-tls20.c index 86e68c5eb1..907dfe2ca2 100644 --- a/elf/tst-tls20.c +++ b/elf/tst-tls20.c @@ -153,11 +153,11 @@ do_test_no_depedency (void) mod0 -> mod1 2. Double dependency: mod2 -> [mod3,mod4] - 3. Double dependency with each dependency depent of another module: + 3. Double dependency with each dependency dependent of another module: mod5 -> [mod6,mod7] -> mod8 4. Long chain with one double dependency in the middle: mod9 -> [mod10, mod11] -> mod12 -> mod13 - 5. Long chain with two double depedencies in the middle: + 5. Long chain with two double dependencies in the middle: mod14 -> mod15 -> [mod16, mod17] mod15 -> [mod18, mod19] @@ -217,7 +217,7 @@ do_test_dependency (void) }; /* The gap configuration is defined as a bitmap: the bit set represents a - loaded module prior the tests execution, while a bit unsed is a module + loaded module prior the tests execution, while a bit unset is a module unloaded. Not all permtation will show gaps, but it is simpler than define each one independently. */ for (uint32_t g = 0; g < 64; g++) @@ -277,11 +277,11 @@ do_test_dependency (void) mod0 -> invalid 2. Double dependency: mod1 -> [mod2,invalid] - 3. Double dependency with each dependency depent of another module: + 3. Double dependency with each dependency dependent of another module: mod3 -> [mod4,mod5] -> invalid 4. Long chain with one double dependency in the middle: mod6 -> [mod7, mod8] -> mod12 -> invalid - 5. Long chain with two double depedencies in the middle: + 5. Long chain with two double dependencies in the middle: mod10 -> mod11 -> [mod12, mod13] mod12 -> [mod14, invalid] @@ -295,7 +295,7 @@ do_test_invalid_dependency (bool bind_now) static const int tlsmanydeps[] = { 0, 1, 3, 6, 10 }; /* The gap configuration is defined as a bitmap: the bit set represents a - loaded module prior the tests execution, while a bit unsed is a module + loaded module prior the tests execution, while a bit unset is a module unloaded. Not all permtation will show gaps, but it is simpler than define each one independently. */ for (uint32_t g = 0; g < 64; g++) |