diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-10-22 16:56:07 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-10-22 16:56:07 -0700 |
commit | 9a81d7460fdb16f4e77712e5381d9db8781f5ae6 (patch) | |
tree | 43b05169535fe33e65ecbf61f3fb3ada5f75ed52 /html/057immutable.cc.html | |
parent | 22f4b76344b2d639cbfcaad56ed681670d436548 (diff) | |
download | mu-9a81d7460fdb16f4e77712e5381d9db8781f5ae6.tar.gz |
3561
Diffstat (limited to 'html/057immutable.cc.html')
-rw-r--r-- | html/057immutable.cc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/057immutable.cc.html b/html/057immutable.cc.html index ac57964f..f1fbb793 100644 --- a/html/057immutable.cc.html +++ b/html/057immutable.cc.html @@ -561,7 +561,7 @@ set<<span class="Normal">int</span>> ingredient_indices<span class="Delimi <span class="Comment">//: can't pass both pointers back out, because if a caller tries to make both</span> <span class="Comment">//: identical then you can't tell which value will be written on the way out.</span> <span class="Comment">//:</span> -<span class="Comment">//: Experimental solution: just tell mu that one points inside the other.</span> +<span class="Comment">//: Experimental solution: just tell Mu that one points inside the other.</span> <span class="Comment">//: This way we can return just one pointer as high up as necessary to capture</span> <span class="Comment">//: all modifications performed by a recipe.</span> <span class="Comment">//:</span> |