Skip to content

Commit 8cce5de

Browse files
committed
Fix minor typo in doc
Signed-off-by: Petr Vorel <[email protected]>
1 parent 68fb612 commit 8cce5de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testcases/kernel/device-drivers/locking/lock_torture.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# Author: Alexey Kodanev <[email protected]>
1919
#
20-
# This is a wrapper for locktorture kernel module. The test requiers
20+
# This is a wrapper for locktorture kernel module. The test requires
2121
# that kernel configured with CONFIG_LOCK_TORTURE_TEST. It runs locktorture
2222
# module using particular options and then inspects dmesg output for module's
2323
# test results. For more information, please read Linux Documentation:

testcases/kernel/device-drivers/rcu/rcu_torture.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Author: Alexey Kodanev <[email protected]>
1919
#
2020
# One of the possible ways to test RCU is to use rcutorture kernel module.
21-
# The test requiers that kernel configured with CONFIG_RCU_TORTURE_TEST.
21+
# The test requires that kernel configured with CONFIG_RCU_TORTURE_TEST.
2222
# It runs rcutorture module using particular options and then inspects
2323
# dmesg output for module's test results.
2424
# For more information, please read Linux Documentation: RCU/torture.txt

0 commit comments

Comments
 (0)