Module Name:    src
Committed By:   martin
Date:           Wed Jul 10 09:32:49 UTC 2013

Modified Files:
        src/lib/csu: README

Log Message:
Fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/csu/README

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/csu/README
diff -u src/lib/csu/README:1.2 src/lib/csu/README:1.3
--- src/lib/csu/README:1.2	Mon Jun 24 14:27:35 2013
+++ src/lib/csu/README	Wed Jul 10 09:32:49 2013
@@ -16,7 +16,7 @@ arch/${MACHINE_ARCH} or arch/${MACHINE_C
 - 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

Reply via email to