From: Razvan Damachi Date: Sun, 20 Aug 2017 18:22:28 +0000 (+0200) Subject: Fix typo in if/proc_mgmt.if X-Git-Tag: release2017-10-12~22^2~5 X-Git-Url: http://git.barrelfish.org/?p=barrelfish;a=commitdiff_plain;h=7ddb3bce95f4566a49b63fab0e0fc58a6f24f861 Fix typo in if/proc_mgmt.if Signed-off-by: Razvan Damachi --- diff --git a/if/proc_mgmt.if b/if/proc_mgmt.if index 4b02a0c..b2d1644 100644 --- a/if/proc_mgmt.if +++ b/if/proc_mgmt.if @@ -42,7 +42,7 @@ interface proc_mgmt "Process management service" { //message exit(cap domain_cap, uint8 status); rpc exit(in cap domain_cap, in uint8 status); - rpc wait(in cap domain_wap, out errval err, out uint8 status); + rpc wait(in cap domain_cap, out errval err, out uint8 status); // TODO(razvan): exit, wait, status, some other calls from spawn.if? };