From de9793991bb4bd0be166df6e43147a7f18210bad Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 7 Mar 2014 18:48:01 +0000 Subject: [PATCH] Fixed typos in comments. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@48831 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- tools/collect-aros/gensets.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/tools/collect-aros/gensets.c b/tools/collect-aros/gensets.c index 40af0099cf..cd66ac3608 100644 --- a/tools/collect-aros/gensets.c +++ b/tools/collect-aros/gensets.c @@ -1,5 +1,5 @@ /* - Copyright © 1995-2009, The AROS Development Team. All rights reserved. + Copyright © 1995-2013, The AROS Development Team. All rights reserved. $Id$ */ @@ -117,10 +117,12 @@ void emit_sets(setnode *setlist, FILE *out) /* Notes on sections: - .ctors/.dtors - up to GCC 4.6 this was the defafult section where static C++ constructurs - were placed for majority of targers - .init_array/.fini_array - ARM EABI is using these sections to place static C++ constructors. - As of GCC 4.6 the constructors can be placed in .init_array/.fini_array for any target + .ctors/.dtors - up to GCC 4.6 this was the default section where static + C++ constructors were placed for majority of targets. + .init_array/.fini_array - ARM EABI uses these sections to place static + C++ constructors. + As of GCC 4.6 the constructors can be placed in .init_array/.fini_array + for any target */ void parse_secname(const char *secname, setnode **setlist_ptr) -- 2.11.4.GIT