Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1265392 > unrolled thread

[PATCH] tools:testing/selftests: fix typo in futex/README

Started byWei Jiangang <weijg.fnst@cn.fujitsu.com>
First post2015-11-09 07:30 +0100
Last post2015-11-11 07:50 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] tools:testing/selftests: fix typo in futex/README Wei Jiangang <weijg.fnst@cn.fujitsu.com> - 2015-11-09 07:30 +0100
    Re: [PATCH] tools:testing/selftests: fix typo in futex/README Darren Hart <dvhart@infradead.org> - 2015-11-11 07:50 +0100

#1265392 — [PATCH] tools:testing/selftests: fix typo in futex/README

FromWei Jiangang <weijg.fnst@cn.fujitsu.com>
Date2015-11-09 07:30 +0100
Subject[PATCH] tools:testing/selftests: fix typo in futex/README
Message-ID<qsO7M-2Ku-3@gated-at.bofh.it>
Correct typo in tools/testing/selftests/futex/README.

Signed-off-by: Wei Jiangang <weijg.fnst@cn.fujitsu.com>
---
 tools/testing/selftests/futex/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
 
-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1266988

FromDarren Hart <dvhart@infradead.org>
Date2015-11-11 07:50 +0100
Message-ID<qtxod-7E7-1@gated-at.bofh.it>
In reply to#1265392
On Mon, Nov 09, 2015 at 02:26:39PM +0800, Wei Jiangang wrote:
> Correct typo in tools/testing/selftests/futex/README.
> 
> Signed-off-by: Wei Jiangang <weijg.fnst@cn.fujitsu.com>

Thanks for catching it.

Acked-by: Darren Hart <dvhart@linux.intel.com>

-- 
Darren Hart
Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web