]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Manual typos: Library Maintenance
authorRical Jasan <ricaljasan@pacific.net>
Thu, 6 Oct 2016 06:59:11 +0000 (12:29 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 6 Oct 2016 06:59:11 +0000 (12:29 +0530)
2016-05-06  Rical Jasan  <ricaljasan@pacific.net>

* manual/maint.texi: Fix typos in the manual.

ChangeLog
manual/maint.texi

index 8b91b32f152ff1bcf8866fd5a436a7207e74506f..39aa2158c75dac07818deccdbb7fdd7cfc209c23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2016-10-06  Rical Jasan  <ricaljasan@pacific.net>
 
+       * manual/maint.texi: Fix typos in the manual.
+
        * manual/install.texi: Fix typos in the manual.
        * INSTALL: Regenerated.
 
index 862b49d956dabff632c0b62963bd074e3effc8f5..473ab162f0064a6da93a432e08a675fa84244471 100644 (file)
@@ -152,7 +152,7 @@ functions should be called @file{sys/platform/@var{name}.h}.
 
 @item
 Each header file's name should include the platform name, to avoid
-users thinking there is anything in common between different the
+users thinking there is anything in common between the different
 header files for different platforms.  For example, a
 @file{sys/platform/@var{arch}.h} name such as
 @file{sys/platform/ppc.h} is better than @file{sys/platform.h}.