diff options
Diffstat (limited to 'src/passes/Untee.cpp')
-rw-r--r-- | src/passes/Untee.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/Untee.cpp b/src/passes/Untee.cpp index b61875243..00f2ffe5d 100644 --- a/src/passes/Untee.cpp +++ b/src/passes/Untee.cpp @@ -15,7 +15,7 @@ */ // -// Removes tee_locals, replacing them with gets and sets. +// Removes local.tees, replacing them with gets and sets. // // This makes the code "flatter", with less nested side // effects. That can make some passes, like CodePushing, |