summaryrefslogtreecommitdiff
path: root/idl.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'idl.mdwn')
-rw-r--r--idl.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/idl.mdwn b/idl.mdwn
index 0a600a6a..2086bfea 100644
--- a/idl.mdwn
+++ b/idl.mdwn
@@ -17,6 +17,6 @@ redistribute your contributions.
An IDL is an interface definition language. The most well-known is
CORBA. An IDL compiler takes a specification and generates stubs
-that hide the transport details. In the case of [[MIG]], this
+that hide the transport details. In the case of [[microkernel/mach/MIG]], this
hides the marshalling and unmarshalling of parameters according
-to Mach's semantics.
+to [[microkernel/Mach]]'s semantics.