summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorkamil <kamil@NetBSD.org>2020-03-01 15:18:34 +0000
committerkamil <kamil@NetBSD.org>2020-03-01 15:18:34 +0000
commit94a4f037c0cc53f02aca23dd73541c1b7b081227 (patch)
treed99a9feb2223185e2a97f1294502a8865172d3c7 /include
parent4fd884508b134e252e637386cc3173db22d322c1 (diff)
Fix typo in a comment
Diffstat (limited to 'include')
-rw-r--r--include/stddef.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stddef.h b/include/stddef.h
index 962770aecb8..cc38d0f277d 100644
--- a/include/stddef.h
+++ b/include/stddef.h
@@ -1,4 +1,4 @@
-/* $NetBSD: stddef.h,v 1.21 2020/03/01 15:08:16 kamil Exp $ */
+/* $NetBSD: stddef.h,v 1.22 2020/03/01 15:18:34 kamil Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -68,7 +68,7 @@ typedef _BSD_WCHAR_T_ wchar_t;
#endif
#if (__STDC_VERSION__ - 0) > 199901L || defined(__cplusplus)
-/* Introduced in C99/C++11, as an extension exposed to C99/C++98 */
+/* Introduced in C11/C++11, as an extension exposed to C99/C++98 */
typedef union {
void *_v;
long double _ld;