about summary refs log tree commit diff
path: root/ports/sysdeps
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 /ports/sysdeps
parent733edfb8ae0266c6a6f01ed29e6a2d2ad64a5aa6 (diff)
downloadglibc-02a809d2cd341eece48b83821a192cb9f565e69a.tar.gz
glibc-02a809d2cd341eece48b83821a192cb9f565e69a.tar.xz
glibc-02a809d2cd341eece48b83821a192cb9f565e69a.zip
sysdeps/arm/arm-mcount.S: Comment typo fix.
Diffstat (limited to 'ports/sysdeps')
-rw-r--r--ports/sysdeps/arm/arm-mcount.S2
1 files changed, 1 insertions, 1 deletions
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>
 */