diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-04-29 14:54:25 +0300 |
---|---|---|
committer | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-05-31 00:21:51 +0300 |
commit | 0852991470e2d8f4bbc5233f0d3a9f36501c9e0f (patch) | |
tree | 25b18d4e26c8a2f05ca64069fb57c2451b9a956e /tools/testing/selftests/filesystems | |
parent | 16378efaf3069cc53f2cd56011d985338a8c0f6c (diff) | |
download | linux-0852991470e2d8f4bbc5233f0d3a9f36501c9e0f.tar.xz |
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.c | 2 |
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); } |