Skip to content

Commit 045f229

Browse files
committed
Fix typo successfull => successful
Reported-by: Avinesh Kumar <[email protected]> Signed-off-by: Petr Vorel <[email protected]>
1 parent 72dad35 commit 045f229

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

lib/tests/tst_tmpdir_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* This program creates and deletes a temporary file in order to test
2828
* the functionality of the tst_tmpdir functionality.
29-
* On successfull completion it prints the message:
29+
* On successful completion it prints the message:
3030
* "Test completed successfully!"
3131
*/
3232

testcases/kernel/controllers/freezer/00_description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ freeze_self_thaw.sh
2121
The subshell process sleeps and then freezes the control group it is a
2222
part of. We then thaw the subshell process. We expect the unthawed
2323
subshell process to need cleanup afterwards (allows us to test
24-
successfull thawing).
24+
successful thawing).
2525

2626
freeze_sleep_thaw.sh
2727
This bash script tests freezer code by starting a long sleep process.

testcases/kernel/controllers/freezer/freeze_self_thaw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# This bash script tests freezer code by starting a long subshell process.
2323
# The subshell process sleeps and then freezes the control group it is a
2424
# part of. We then thaw the subshell process. We expect the unthawed subshell
25-
# process to need cleanup afterwards (allows us to test successfull thawing).
25+
# process to need cleanup afterwards (allows us to test successful thawing).
2626
#
2727

2828
. "${CGROUPS_TESTROOT}/libcgroup_freezer"

testcases/kernel/fs/lftest/lftest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ static void run(void)
6565
tst_res(TINFO, "total time for test to run: %d minute(s) and %d seconds",
6666
diff / 60, diff % 60);
6767

68-
tst_res(TPASS, "test successfull");
68+
tst_res(TPASS, "test successful");
6969
}
7070

7171
static struct tst_test test = {

testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/2-1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* 5. Both children and father increment a counter in a basic loop.
2525
* 6. The father send SIGTERM to the last child and get its counter. If child
2626
* counter is reasonably lower than the fathers one, the test is
27-
* successfull.
27+
* successful.
2828
* 7. The father kill all other children.
2929
*/
3030

testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/2-2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* 5. Both children and father increment a counter in a basic loop.
2525
* 6. The father send SIGTERM to the last child and get its counter. If child
2626
* counter is reasonably lower than the fathers one, the test is
27-
* successfull.
27+
* successful.
2828
* 7. The father kill all other children.
2929
*/
3030

0 commit comments

Comments
 (0)