The second argument of getNaturalAlignIndirect() was bool ByRef, but
the implementation was just delegating to getIndirect() with ByRef
passed unchanged to bool ByVal parameter of getIndirect().
Fix the comment in getNaturalAlignIndirectInReg() as well.