summaryrefslogtreecommitdiff
path: root/mpn/x86/x86-defs.m4
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/x86/x86-defs.m4')
-rw-r--r--mpn/x86/x86-defs.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/mpn/x86/x86-defs.m4 b/mpn/x86/x86-defs.m4
index 821b328ae..afe286764 100644
--- a/mpn/x86/x86-defs.m4
+++ b/mpn/x86/x86-defs.m4
@@ -130,9 +130,9 @@ dnl
dnl Generate a local label in the current or given function. For LF(),
dnl functionname gets GSYM_PREFIX added, the same as with PROLOGUE().
dnl
-dnl For example, in a function mpn_add_n (and with MPN_PREFIX __mpn),
+dnl For example, in a function mpn_add_n (and with MPN_PREFIX __gmpn),
dnl
-dnl L(bar) => L__mpn_add_n__bar
+dnl L(bar) => L__gmpn_add_n__bar
dnl LF(somefun,bar) => Lsomefun__bar
dnl
dnl The funtion name and label name get two underscores between them rather