Skip to content

Commit 92e3bc8

Browse files
misc: Correct comment
1 parent fc0b167 commit 92e3bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImmutableATokenVault.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ contract ImmutableATokenVault is ATokenVault {
9595
valueAtSlot0 &= 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FF;
9696

9797
// The second byte corresponds to the `_initializing` bool flag.
98-
// So this was equivalent to `_initializing = true`, which is what the `initializer()` modifier does
98+
// So this was equivalent to `_initializing = false`, which is what the `initializer()` modifier does
9999
// after initialization is complete.
100100

101101
// Store the altered value back into storage slot 0.

0 commit comments

Comments
 (0)