diff options
author | Rical Jasan <ricaljasan@pacific.net> | 2016-10-06 12:29:11 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-10-06 12:29:11 +0530 |
commit | 6d2857d35053fe117a49c73c06d22627b8ca38e3 (patch) | |
tree | 445978f0515ca682e25f38802025a47f244853a7 /manual | |
parent | b55a155f005366b5a6c886a2e4c57707b341b619 (diff) | |
download | glibc-6d2857d35053fe117a49c73c06d22627b8ca38e3.zip glibc-6d2857d35053fe117a49c73c06d22627b8ca38e3.tar.gz glibc-6d2857d35053fe117a49c73c06d22627b8ca38e3.tar.bz2 |
Manual typos: Library Maintenance
2016-05-06 Rical Jasan <ricaljasan@pacific.net>
* manual/maint.texi: Fix typos in the manual.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/maint.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/maint.texi b/manual/maint.texi index 862b49d..473ab16 100644 --- a/manual/maint.texi +++ b/manual/maint.texi @@ -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}. |