Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libkern/arch/arm Fix typos (prX not cpX)



details:   https://anonhg.NetBSD.org/src/rev/4c23a701a63d
branches:  trunk
changeset: 789294:4c23a701a63d
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Aug 12 23:42:14 2013 +0000

description:
Fix typos (prX not cpX)

diffstat:

 sys/lib/libkern/arch/arm/unwind_stub.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r e8725084510a -r 4c23a701a63d sys/lib/libkern/arch/arm/unwind_stub.c
--- a/sys/lib/libkern/arch/arm/unwind_stub.c    Mon Aug 12 23:41:54 2013 +0000
+++ b/sys/lib/libkern/arch/arm/unwind_stub.c    Mon Aug 12 23:42:14 2013 +0000
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: unwind_stub.c,v 1.1 2013/08/12 23:22:12 matt Exp $");
+__KERNEL_RCSID(1, "$NetBSD: unwind_stub.c,v 1.2 2013/08/12 23:42:14 matt Exp $");
 
 #include <arm/ehabi.h>
 
@@ -39,6 +39,6 @@
        return _URC_FAILURE;
 }
 
-__weak_alias(__aeabi_unwind_cpp_cp0, __aeabi_unwind_cpp_stub)
-__weak_alias(__aeabi_unwind_cpp_cp1, __aeabi_unwind_cpp_stub)
-__weak_alias(__aeabi_unwind_cpp_cp2, __aeabi_unwind_cpp_stub)
+__weak_alias(__aeabi_unwind_cpp_pr0, __aeabi_unwind_cpp_stub)
+__weak_alias(__aeabi_unwind_cpp_pr1, __aeabi_unwind_cpp_stub)
+__weak_alias(__aeabi_unwind_cpp_pr2, __aeabi_unwind_cpp_stub)



Home | Main Index | Thread Index | Old Index