diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-10-08 23:10:04 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-10-08 23:10:04 +0200 |
commit | 6783a1b124eff9383571dfd4b5e83a03ee63866a (patch) | |
tree | f7fcacdd484040f9fd6b18c38eff005026590084 /libports | |
parent | c67c7e7500f1494adedb85c9f29c03a62e38778b (diff) | |
download | hurd-6783a1b124eff9383571dfd4b5e83a03ee63866a.tar.gz hurd-6783a1b124eff9383571dfd4b5e83a03ee63866a.tar.bz2 hurd-6783a1b124eff9383571dfd4b5e83a03ee63866a.zip |
libports: Fix typo
Diffstat (limited to 'libports')
-rw-r--r-- | libports/end-rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/end-rpc.c b/libports/end-rpc.c index b5dcb3a2..2d858bf0 100644 --- a/libports/end-rpc.c +++ b/libports/end-rpc.c @@ -48,7 +48,7 @@ ports_end_rpc (void *port, struct rpc_info *info) ports_self_interrupted (); /* Clear the cancellation flag for this thread since the current - RPC is now finished anwhow. */ + RPC is now finished anyhow. */ hurd_check_cancel (); pthread_mutex_unlock (&_ports_lock); |