Fix typos in include/

Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Closes #9238
This commit is contained in:
Andrea Gelmini
2019-08-30 18:53:15 +02:00
committed by Tony Hutter
parent 10e8abf1af
commit bcfa65802c
18 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -495,7 +495,7 @@ extern int64_t lcompat_pow(int64_t, int64_t);
** a single double value, using NaN values to represent non-number
** values. The trick only works on 32-bit machines (ints and pointers
** are 32-bit values) with numbers represented as IEEE 754-2008 doubles
** with conventional endianess (12345678 or 87654321), in CPUs that do
** with conventional endianness (12345678 or 87654321), in CPUs that do
** not produce signaling NaN values (all NaNs are quiet).
*/