about summary refs log tree commit diff
path: root/sunrpc/tst-svc_register.c
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/tst-svc_register.c')
-rw-r--r--sunrpc/tst-svc_register.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/tst-svc_register.c b/sunrpc/tst-svc_register.c
index 434a5bedef..af61f11263 100644
--- a/sunrpc/tst-svc_register.c
+++ b/sunrpc/tst-svc_register.c
@@ -241,7 +241,7 @@ do_test (void)
                                (NULL, test_server_thread, &args));
               else
                 test_server_thread (&args);
-              /* We cannnot use _exit here because we want to test the
+              /* We cannot use _exit here because we want to test the
                  process cleanup.  */
               exit (0);
             }