Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include Fix typo in a comment



details:   https://anonhg.NetBSD.org/src/rev/38cfd08d2a9c
branches:  trunk
changeset: 745410:38cfd08d2a9c
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sun Mar 01 15:18:34 2020 +0000

description:
Fix typo in a comment

diffstat:

 include/stddef.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 415595c8746a -r 38cfd08d2a9c include/stddef.h
--- a/include/stddef.h  Sun Mar 01 15:15:49 2020 +0000
+++ b/include/stddef.h  Sun Mar 01 15:18:34 2020 +0000
@@ -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 @@
 #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;



Home | Main Index | Thread Index | Old Index