style: correct comments (#33178)

PR Close #33178
This commit is contained in:
Miško Hevery 2019-10-11 16:11:20 -07:00 committed by Andrew Kushnir
parent 4821330a17
commit 9ea3430a5b
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ export const enum InitPhaseState {
InitPhaseCompleted = 0b11,
}
/** More flags associated with an LView (saved in LView[FLAGS_MORE]) */
/** More flags associated with an LView (saved in LView[PREORDER_HOOK_FLAGS]) */
export const enum PreOrderHookFlags {
/** The index of the next pre-order hook to be called in the hooks array, on the first 16
bits */