This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gprof typo patch


Hi,

This little patch fixes a typo in the HAL support section of the gprof
documentation.

Index: packages/services/profile/gprof/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/services/profile/gprof/current/ChangeLog,v
retrieving revision 1.7
diff -u -u -r1.7 ChangeLog
--- packages/services/profile/gprof/current/ChangeLog	21 Mar 2005 13:56:17 -0000	1.7
+++ packages/services/profile/gprof/current/ChangeLog	13 May 2005 07:25:23 -0000
@@ -1,3 +1,7 @@
+2005-05-13  Peter Korsgaard  <jacmet@sunsite.dk>
+
+	* doc/profile.sgml: Fixed typo in HAL support section.
+
 2005-02-18  Bart Veer  <bartv@ecoscentric.com>
 
 	* doc/profile.sgml, misc/gprof.gdb, host/gprof.gdb,
Index: packages/services/profile/gprof/current/doc/profile.sgml
===================================================================
RCS file: /cvs/ecos/ecos/packages/services/profile/gprof/current/doc/profile.sgml,v
retrieving revision 1.3
diff -u -u -r1.3 profile.sgml
--- packages/services/profile/gprof/current/doc/profile.sgml	21 Mar 2005 13:56:15 -0000	1.3
+++ packages/services/profile/gprof/current/doc/profile.sgml	13 May 2005 07:25:25 -0000
@@ -480,7 +480,7 @@
 
   <refsect1 id="gprof-hal"><title>Implementing the HAL Support</title>
     <para>
-The profiling package requires two lots of HAL support: a function
+The profiling package requires HAL support: A function
 <function>hal_enable_profile_timer</function> and an implementation
 of <function>mcount</function>. The profile timer is required.
 Typically it will be implemented by the variant or platform HAL
-- 
Bye, Peter Korsgaard

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]