about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-06-18 15:58:48 -0700
committerRoland McGrath <roland@hack.frob.com>2013-06-18 15:58:48 -0700
commit02a809d2cd341eece48b83821a192cb9f565e69a (patch)
treef7be47e8c01df9f9923d13cffa60b7f02b564aa5
parent733edfb8ae0266c6a6f01ed29e6a2d2ad64a5aa6 (diff)
downloadglibc-02a809d2cd341eece48b83821a192cb9f565e69a.tar.gz
glibc-02a809d2cd341eece48b83821a192cb9f565e69a.tar.xz
glibc-02a809d2cd341eece48b83821a192cb9f565e69a.zip
sysdeps/arm/arm-mcount.S: Comment typo fix.
-rw-r--r--ports/ChangeLog.arm2
-rw-r--r--ports/sysdeps/arm/arm-mcount.S2
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm
index d1362b59be..2c07021cdf 100644
--- a/ports/ChangeLog.arm
+++ b/ports/ChangeLog.arm
@@ -1,5 +1,7 @@
 2013-06-18  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/arm/arm-mcount.S: Comment typo fix.
+
 	* sysdeps/arm/arm-features.h (ARM_BX_NINSNS): New macro.
 	* sysdeps/arm/armv7/multiarch/memcpy_impl.S: Macroize the
 	computed-jump dispatch sections.  Use sfi_breg throughout.
diff --git a/ports/sysdeps/arm/arm-mcount.S b/ports/sysdeps/arm/arm-mcount.S
index f61e978f5e..8162be2483 100644
--- a/ports/sysdeps/arm/arm-mcount.S
+++ b/ports/sysdeps/arm/arm-mcount.S
@@ -39,7 +39,7 @@
    The calling sequence looks something like:
 func:
    push {lr}
-   bl __gnu_mount_nc
+   bl __gnu_mcount_nc
    <function body>
 */