Skip to content

Commit 1d1ed3a

Browse files
authored
Merge pull request #15772 from zeevick10/develop
fix typo in `StackCompressor` comments: `ina` -> `in a`
2 parents 2d7dc28 + 39c1491 commit 1d1ed3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libyul/optimiser/StackCompressor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/**
18-
* Optimisation stage that aggressively rematerializes certain variables ina a function to free
18+
* Optimisation stage that aggressively rematerializes certain variables in a function to free
1919
* space on the stack until it is compilable.
2020
*/
2121

libyul/optimiser/StackCompressor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
// SPDX-License-Identifier: GPL-3.0
1818
/**
19-
* Optimisation stage that aggressively rematerializes certain variables ina a function to free
19+
* Optimisation stage that aggressively rematerializes certain variables in a function to free
2020
* space on the stack until it is compilable.
2121
*/
2222

0 commit comments

Comments
 (0)