]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Manual typos: C Language Facilities in the Library
authorRical Jasan <ricaljasan@pacific.net>
Thu, 6 Oct 2016 06:57:48 +0000 (12:27 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 6 Oct 2016 06:57:48 +0000 (12:27 +0530)
2016-05-06  Rical Jasan  <ricaljasan@pacific.net>

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

ChangeLog
manual/lang.texi

index ae6d1214a647b0d3d65ffa800fd0f59090461c82..78ee06d6d75379ed150c83684adc358c7f7a152a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2016-10-06  Rical Jasan  <ricaljasan@pacific.net>
 
+       * manual/lang.texi: Fix typos in the manual.
+
        * manual/probes.texi: Fix typos in the manual.
 
        * manual/threads.texi: Fix typos in the manual.
index ae7d5be30e0bcaae6bed14423c636863cffb99f4..6281840473efa1f0761da3ca72228073b420b341 100644 (file)
@@ -560,7 +560,7 @@ recommend instead adding a prototype for the function you are calling.
 The result of subtracting two pointers in C is always an integer, but the
 precise data type varies from C compiler to C compiler.  Likewise, the
 data type of the result of @code{sizeof} also varies between compilers.
-ISO defines standard aliases for these two types, so you can refer to
+ISO defines standard aliases for these two types, so you can refer to
 them in a portable fashion.  They are defined in the header file
 @file{stddef.h}.
 @pindex stddef.h
@@ -1143,7 +1143,7 @@ macros are supposed to be at least @code{10}.
 @comment ISO
 @item FLT_MIN_EXP
 This is the smallest possible exponent value for type @code{float}.
-More precisely, is the minimum negative integer such that the value
+More precisely, it is the minimum negative integer such that the value
 @code{FLT_RADIX} raised to this power minus 1 can be represented as a
 normalized floating point number of type @code{float}.