]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
selftests: filesystems: fix spelling mistake: "desciptor" -> "descriptor"
authorColin Ian King <colin.king@canonical.com>
Sun, 29 Apr 2018 11:54:25 +0000 (12:54 +0100)
committerShuah Khan (Samsung OSG) <shuah@kernel.org>
Wed, 30 May 2018 21:21:51 +0000 (15:21 -0600)
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>
tools/testing/selftests/filesystems/devpts_pts.c

index b9055e974289480090cfe30aa89570fba9211df1..ea5de8271521fbc2bf0191fec92c4770397e4d07 100644 (file)
@@ -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);
        }