outmacho.mac: fix typo in subsections_via_symbols

subsections_via_symbols is plural for both nouns.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
H. Peter Anvin 2017-03-07 23:02:31 -08:00
parent b786f66c2e
commit fc7c5c3967

View File

@ -36,7 +36,7 @@ OUT: macho macho32 macho64
%macro __NASM_CDecl__ 1
%endmacro
; This directive sets the MH_SUBSECTION_VIA_SYMBOLS header flag
%imacro subsection_via_symbols 0
; This directive sets the MH_SUBSECTIONS_VIA_SYMBOLS header flag
%imacro subsections_via_symbols 0
[%?]
%endmacro