diff options
Diffstat (limited to 'mps/code/ring.c')
| -rw-r--r-- | mps/code/ring.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mps/code/ring.c b/mps/code/ring.c index 4e2e08099dd..971384f6970 100644 --- a/mps/code/ring.c +++ b/mps/code/ring.c | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | * .purpose: Rings are used to manage potentially unbounded collections | 8 | * .purpose: Rings are used to manage potentially unbounded collections |
| 9 | * of things. | 9 | * of things. |
| 10 | * | 10 | * |
| 11 | * .sources: design.mps.ring, | 11 | * .sources: <design/ring/>, |
| 12 | * item 6 of mail.richard_brooksby.1996-03-25.16-02 | 12 | * item 6 of mail.richard_brooksby.1996-03-25.16-02 |
| 13 | */ | 13 | */ |
| 14 | 14 | ||
| @@ -24,7 +24,7 @@ SRCID(ring, "$Id$"); | |||
| 24 | * | 24 | * |
| 25 | * RingCheck performs a consistency check on the ring node. | 25 | * RingCheck performs a consistency check on the ring node. |
| 26 | * RingCheckSingle performs the same check, but also checks that | 26 | * RingCheckSingle performs the same check, but also checks that |
| 27 | * the ring node is a singleton (design.mps.ring.def.singleton). | 27 | * the ring node is a singleton (<design/ring/#def.singleton>). |
| 28 | */ | 28 | */ |
| 29 | 29 | ||
| 30 | Bool RingCheck(Ring ring) | 30 | Bool RingCheck(Ring ring) |