From 02a809d2cd341eece48b83821a192cb9f565e69a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 18 Jun 2013 15:58:48 -0700 Subject: sysdeps/arm/arm-mcount.S: Comment typo fix. --- ports/sysdeps/arm/arm-mcount.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/sysdeps/arm') 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 */ -- cgit v1.2.3-65-gdbad