summaryrefslogtreecommitdiff
path: root/manual/lang.texi
diff options
context:
space:
mode:
authorRical Jasan <ricaljasan@pacific.net>2016-10-06 12:27:48 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2016-10-06 12:27:48 +0530
commitae996b9f39750ec2ad9808b7a13f09135833cd12 (patch)
tree83c0ba62ae0cfd74b7c7e1353ab8f28b954c3b0a /manual/lang.texi
parent8e52276ef42434493936d851c201bc6d01e36c9a (diff)
Manual typos: C Language Facilities in the Library
2016-05-06 Rical Jasan <ricaljasan@pacific.net> * manual/lang.texi: Fix typos in the manual.
Diffstat (limited to 'manual/lang.texi')
-rw-r--r--manual/lang.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/lang.texi b/manual/lang.texi
index ae7d5be30e..6281840473 100644
--- a/manual/lang.texi
+++ b/manual/lang.texi
@@ -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 C 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}.