Source-Changes-HG archive

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

[src/trunk]: src/lib/csu Fix typo



details:   https://anonhg.NetBSD.org/src/rev/bac8b495ce96
branches:  trunk
changeset: 787865:bac8b495ce96
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Jul 10 09:32:49 2013 +0000

description:
Fix typo

diffstat:

 lib/csu/README |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 61ebb2293738 -r bac8b495ce96 lib/csu/README
--- a/lib/csu/README    Wed Jul 10 08:00:29 2013 +0000
+++ b/lib/csu/README    Wed Jul 10 09:32:49 2013 +0000
@@ -16,7 +16,7 @@
 - crtbegin.S: see below
 - crtend.S: see below, most likely just a copy of an existing architecture
 - crti.S: prefix part of .init/.fini sections, i.e. to ensure stack alignment
-- crte.S: suffix part of the .init/.fini sections, i.e. return to caller.
+- crtn.S: suffix part of the .init/.fini sections, i.e. return to caller.
 
 
 Overview of the common runtime support



Home | Main Index | Thread Index | Old Index