Revision | 5173ea27f3c5ac346b1ce5ed19bc79247bd6862c (tree) |
---|---|
Zeit | 2023-01-26 02:02:27 |
Autor | miyakawataku |
Commiter | miyakawataku |
fix a javadoc error
@@ -23,7 +23,7 @@ | ||
23 | 23 | * @param args the mapping from local vars to arg indexes. |
24 | 24 | * @param control the local vars of CORE control funs. |
25 | 25 | * @param field vars stored in fields of the fun val. |
26 | - * @param stackBound vars stored in stack. | |
26 | + * @param stack vars stored in stack. | |
27 | 27 | */ |
28 | 28 | public record AllocationSet( |
29 | 29 | Set<LocalVar> recv, |