Commit 9e5b8a6e authored by Wei Jiangang's avatar Wei Jiangang Committed by Shuah Khan

tools:testing/selftests: fix typo in futex/README

Correct typo in tools/testing/selftests/futex/README.
Signed-off-by: default avatarWei Jiangang <weijg.fnst@cn.fujitsu.com>
Acked-by: default avatarDarren Hart <dvhart@linux.intel.com>
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent 8005c49d
...@@ -27,7 +27,7 @@ o The build system shall remain as simple as possible, avoiding any archive or ...@@ -27,7 +27,7 @@ o The build system shall remain as simple as possible, avoiding any archive or
o Where possible, any helper functions or other package-wide code shall be o Where possible, any helper functions or other package-wide code shall be
implemented in header files, avoiding the need to compile intermediate object implemented in header files, avoiding the need to compile intermediate object
files. files.
o External dependendencies shall remain as minimal as possible. Currently gcc o External dependencies shall remain as minimal as possible. Currently gcc
and glibc are the only dependencies. and glibc are the only dependencies.
o Tests return 0 for success and < 0 for failure. o Tests return 0 for success and < 0 for failure.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment