aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/futex/README
diff options
context:
space:
mode:
authorWei Jiangang <weijg.fnst@cn.fujitsu.com>2015-11-09 14:26:39 +0800
committerShuah Khan <shuahkh@osg.samsung.com>2015-11-16 19:22:49 -0700
commit9e5b8a6e53c79e6ccdbe6e62142ed9f317cefd46 (patch)
tree47c6c2a7ae53ae058907466a8ee9cf3bf9d7aa60 /tools/testing/selftests/futex/README
parentLinux 4.4-rc1 (diff)
downloadlinux-dev-9e5b8a6e53c79e6ccdbe6e62142ed9f317cefd46.tar.xz
linux-dev-9e5b8a6e53c79e6ccdbe6e62142ed9f317cefd46.zip
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>
Diffstat (limited to 'tools/testing/selftests/futex/README')
-rw-r--r--tools/testing/selftests/futex/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/futex/README b/tools/testing/selftests/futex/README
index 3224a049b196..0558bb9ce0a6 100644
--- a/tools/testing/selftests/futex/README
+++ b/tools/testing/selftests/futex/README
@@ -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.