All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftests: fix spelling mistake: "desciptor" -> "descriptor"
@ 2018-04-29 11:54 ` Colin King
  0 siblings, 0 replies; 12+ messages in thread
From: Colin King @ 2018-04-29 11:54 UTC (permalink / raw)
  To: Shuah Khan, Eric W . Biedermane, Christian Brauner, linux-kselftest
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 tools/testing/selftests/filesystems/devpts_pts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/filesystems/devpts_pts.c b/tools/testing/selftests/filesystems/devpts_pts.c
index b9055e974289..ea5de8271521 100644
--- a/tools/testing/selftests/filesystems/devpts_pts.c
+++ b/tools/testing/selftests/filesystems/devpts_pts.c
@@ -279,7 +279,7 @@ int main(int argc, char *argv[])
 	int ret;
 
 	if (!isatty(STDIN_FILENO)) {
-		fprintf(stderr, "Standard input file desciptor is not attached "
+		fprintf(stderr, "Standard input file descriptor is not attached "
 				"to a terminal. Skipping test\n");
 		exit(EXIT_FAILURE);
 	}
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-05-10 17:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-29 11:54 [PATCH] selftests: fix spelling mistake: "desciptor" -> "descriptor" Colin King
2018-04-29 11:54 ` Colin King
2018-04-29 11:54 ` colin.king
2018-04-29 11:54 ` Colin King
2018-05-04 19:45 ` Shuah Khan
2018-05-04 19:45   ` Shuah Khan
2018-05-04 19:45   ` shuah
2018-05-04 19:45   ` Shuah Khan
2018-05-10 17:29   ` Shuah Khan
2018-05-10 17:29     ` Shuah Khan
2018-05-10 17:29     ` shuah
2018-05-10 17:29     ` Shuah Khan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.