Grammatical correction in error message for TIOCGTPTERR failure

Signed-off-by: Prithvi Tambewagh <activprit...@gmail.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 b1fc9b916ace..b7652df7888b 100644
--- a/tools/testing/selftests/filesystems/devpts_pts.c
+++ b/tools/testing/selftests/filesystems/devpts_pts.c
@@ -129,7 +129,7 @@ static int do_tiocgptpeer(char *ptmx, char 
*expected_procfd_contents)
                        fret = KSFT_SKIP;
                } else {
                        fprintf(stderr,
-                               "Failed to perform TIOCGPTPEER ioctl\n");
+                               "TIOCGPTPEER ioctl operation failed\n");
                        fret = EXIT_FAILURE;
                }
                goto do_cleanup;
-- 
2.34.1


Reply via email to