summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-10-08 23:10:04 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-10-08 23:10:04 +0200
commit6783a1b124eff9383571dfd4b5e83a03ee63866a (patch)
treef7fcacdd484040f9fd6b18c38eff005026590084
parentc67c7e7500f1494adedb85c9f29c03a62e38778b (diff)
libports: Fix typo
-rw-r--r--libports/end-rpc.c2
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);