diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-16 00:14:04 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-16 00:14:04 +0200 |
commit | cc50cc75442254641524ce7a653850e3aef6cd94 (patch) | |
tree | 1d91d0559b8699a5c6e4f446fa36682d826f87ad /include/bits | |
parent | add missing #endif (diff) | |
download | slibc-cc50cc75442254641524ce7a653850e3aef6cd94.tar.gz slibc-cc50cc75442254641524ce7a653850e3aef6cd94.tar.bz2 slibc-cc50cc75442254641524ce7a653850e3aef6cd94.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include/bits')
-rw-r--r-- | include/bits/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bits/types.h b/include/bits/types.h index 9bace73..da5521b 100644 --- a/include/bits/types.h +++ b/include/bits/types.h @@ -44,7 +44,7 @@ /** * Signed integer type of the result of subtracting two pointers. - * May not be greater than the with of type long. + * May not be greater than the width of type `long int`. */ #if defined(__NEED_ptrdiff_t) && !defined(__DEFINED_ptrdiff_t) # define __DEFINED_ptrdiff_t |