aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-16 00:14:04 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-16 00:14:04 +0200
commitcc50cc75442254641524ce7a653850e3aef6cd94 (patch)
tree1d91d0559b8699a5c6e4f446fa36682d826f87ad /include
parentadd missing #endif (diff)
downloadslibc-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')
-rw-r--r--include/bits/types.h2
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