summaryrefslogtreecommitdiff
path: root/idl.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-09-03 15:26:03 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-09-03 15:28:06 +0200
commit855af9a0ee8d1bdebff882a62104134a71044dba (patch)
tree00a93447c5c045df3cc69375de884e76b065ad4a /idl.mdwn
parent94aafdb76706abe3c0d2f0f06c8f37fbcdb1056e (diff)
Break up `Mach' and `Mig' hierarchies, merge them into `microkernel/mach/', `microkernel/mach/gnumach/', `microkernel/mach/mig/', and elsewhere.
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.