Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys sys/common_int_const.h: fix typo in error message
details: https://anonhg.NetBSD.org/src/rev/f8d821e998cc
branches: trunk
changeset: 366417:f8d821e998cc
user: rillig <rillig%NetBSD.org@localhost>
date: Thu May 26 09:55:31 2022 +0000
description:
sys/common_int_const.h: fix typo in error message
diffstat:
sys/sys/common_int_const.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a24415fb4ac3 -r f8d821e998cc sys/sys/common_int_const.h
--- a/sys/sys/common_int_const.h Thu May 26 09:26:00 2022 +0000
+++ b/sys/sys/common_int_const.h Thu May 26 09:55:31 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: common_int_const.h,v 1.1 2014/07/25 21:43:13 joerg Exp $ */
+/* $NetBSD: common_int_const.h,v 1.2 2022/05/26 09:55:31 rillig Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
#define _SYS_COMMON_INT_CONST_H_
#ifndef __INTMAX_C_SUFFIX__
-#error Your compiler does not provide inter constant suffix macros.
+#error Your compiler does not provide integer constant suffix macros.
#endif
#define __int_join_(c,suffix) c ## suffix
Home |
Main Index |
Thread Index |
Old Index