Skip to content

Commit 9e5b8a6

Browse files
Wei JiangangShuah Khan
authored andcommitted
tools:testing/selftests: fix typo in futex/README
Correct typo in tools/testing/selftests/futex/README. Signed-off-by: Wei Jiangang <weijg.fnst@cn.fujitsu.com> Acked-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
1 parent 8005c49 commit 9e5b8a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tools/testing/selftests/futex

tools/testing/selftests/futex/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ o The build system shall remain as simple as possible, avoiding any archive or
2727
o Where possible, any helper functions or other package-wide code shall be
2828
implemented in header files, avoiding the need to compile intermediate object
2929
files.
30-
o External dependendencies shall remain as minimal as possible. Currently gcc
30+
o External dependencies shall remain as minimal as possible. Currently gcc
3131
and glibc are the only dependencies.
3232
o Tests return 0 for success and < 0 for failure.
3333

0 commit comments

Comments
 (0)