summaryrefslogtreecommitdiff
path: root/ipc.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'ipc.mdwn')
-rw-r--r--ipc.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc.mdwn b/ipc.mdwn
index 78d74f33..2b6b19d8 100644
--- a/ipc.mdwn
+++ b/ipc.mdwn
@@ -32,5 +32,5 @@ any [[destructive_interference]] thereby removing the need for the
caller to [[trust]] the callee thus reducing the former's [[tcb]].
When done systematically, this can increase the system's [[robustness]].
To this end, microkernels provide richer IPC semantics that include
-the ability to transfer [[capabilities]] and to use [[virtual_memory]]
+the ability to transfer [[capabilities|capability]] and to use [[virtual_memory]]
[[mechanism]]s to copy data.