diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2021-04-23 13:50:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 13:50:27 +0200 |
commit | 511b6d2449c65cecc68eccbee1385e02758f0fd4 (patch) | |
tree | a8a3efea390b8e268a210361ceda24060df7d5ac /compiler | |
parent | dce0b3b002fcbac716bada039bed4a02eb501744 (diff) | |
download | Nim-511b6d2449c65cecc68eccbee1385e02758f0fd4.tar.gz |
typos (#17824)
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/ic/packed_ast.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ic/packed_ast.nim b/compiler/ic/packed_ast.nim index 6fadde17c..17beda2c1 100644 --- a/compiler/ic/packed_ast.nim +++ b/compiler/ic/packed_ast.nim @@ -86,7 +86,7 @@ type typeInst*: PackedItemId nonUniqueId*: int32 - PackedNode* = object # 20 bytes + PackedNode* = object # 28 bytes kind*: TNodeKind flags*: TNodeFlags operand*: int32 # for kind in {nkSym, nkSymDef}: SymId |