diff options
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/rpc_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/rpc_thread.c b/sunrpc/rpc_thread.c index 94d9f1f..fee47f7 100644 --- a/sunrpc/rpc_thread.c +++ b/sunrpc/rpc_thread.c @@ -80,7 +80,7 @@ __rpc_thread_variables (void) /* Global variables If we're single-threaded, or if this is the first thread using the variable, use the existing global variable. This - provides backwards compatability for existing applications which + provides backwards compatibility for existing applications which dynamically link against this code. */ #undef svc_fdset #undef rpc_createerr |