diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-08-30 14:32:07 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-08-30 18:08:59 +0200 |
commit | 382466e04e347d3b3fa221897efb8f4cdc239105 (patch) | |
tree | 502407214f530137467309e605493cc0dd18f274 /sunrpc | |
parent | 6b06ac56cdfc9293908724e51e827534e97819aa (diff) | |
download | glibc-382466e04e347d3b3fa221897efb8f4cdc239105.tar glibc-382466e04e347d3b3fa221897efb8f4cdc239105.tar.gz glibc-382466e04e347d3b3fa221897efb8f4cdc239105.tar.bz2 glibc-382466e04e347d3b3fa221897efb8f4cdc239105.zip |
Fix typos.
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 94d9f1fd80..fee47f7bf2 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 |