1
0
Fork 0

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>
hifive-unleashed-5.1
Colin Ian King 2018-04-29 12:54:25 +01:00 committed by Shuah Khan (Samsung OSG)
parent 16378efaf3
commit 0852991470
1 changed files with 1 additions and 1 deletions

View 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);
}