summaryrefslogtreecommitdiff
path: root/output/outmacho.mac
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2017-03-07 23:02:31 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2017-03-07 23:02:31 -0800
commitfc7c5c3967c4db56134b5bfff3cbc8f38807f20e (patch)
treef9695d2707e1608a06556a62cb0c3c0aba142bb9 /output/outmacho.mac
parentb786f66c2eb600f9d1e3e098c005d73226972594 (diff)
downloadnasm-fc7c5c3967c4db56134b5bfff3cbc8f38807f20e.tar.gz
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>
Diffstat (limited to 'output/outmacho.mac')
-rw-r--r--output/outmacho.mac4
1 files changed, 2 insertions, 2 deletions
diff --git a/output/outmacho.mac b/output/outmacho.mac
index 0677e2ee..579b9b0f 100644
--- a/output/outmacho.mac
+++ b/output/outmacho.mac
@@ -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