aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/filesystems
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-04-29 12:54:25 +0100
committerShuah Khan (Samsung OSG) <shuah@kernel.org>2018-05-30 15:21:51 -0600
commit0852991470e2d8f4bbc5233f0d3a9f36501c9e0f (patch)
tree25b18d4e26c8a2f05ca64069fb57c2451b9a956e /tools/testing/selftests/filesystems
parentselftests: media_tests: fix spelling mistake: "iternations" -> "iterations" (diff)
downloadlinux-dev-0852991470e2d8f4bbc5233f0d3a9f36501c9e0f.tar.xz
linux-dev-0852991470e2d8f4bbc5233f0d3a9f36501c9e0f.zip
selftests: filesystems: fix spelling mistake: "desciptor" -> "descriptor"
Trivial fix to spelling mistake in message text Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Diffstat (limited to 'tools/testing/selftests/filesystems')
-rw-r--r--tools/testing/selftests/filesystems/devpts_pts.c2
1 files changed, 1 insertions, 1 deletions
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);
}