aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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