tools:testing/selftests: fix typo in futex/README
authorWei Jiangang <weijg.fnst@cn.fujitsu.com>
Mon, 9 Nov 2015 06:26:39 +0000 (14:26 +0800)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 17 Nov 2015 02:22:49 +0000 (19:22 -0700)
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>
tools/testing/selftests/futex/README

index 3224a04..0558bb9 100644 (file)
@@ -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
   implemented in header files, avoiding the need to compile intermediate object
   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.
 o Tests return 0 for success and < 0 for failure.