diff options
Diffstat (limited to 'mps/code/root.c')
| -rw-r--r-- | mps/code/root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/root.c b/mps/code/root.c index dde4664cf3a..8ba4104bf7d 100644 --- a/mps/code/root.c +++ b/mps/code/root.c | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | * .purpose: This is the implementation of the root datatype. | 6 | * .purpose: This is the implementation of the root datatype. |
| 7 | * | 7 | * |
| 8 | * .design: For design, see <design/root/> and | 8 | * .design: For design, see <design/root/> and |
| 9 | * <design/root/>-interface. */ | 9 | * design.mps.root-interface. */ |
| 10 | 10 | ||
| 11 | #include "mpm.h" | 11 | #include "mpm.h" |
| 12 | 12 | ||