Module Name:    src
Committed By:   rillig
Date:           Thu May 26 09:55:31 UTC 2022

Modified Files:
        src/sys/sys: common_int_const.h

Log Message:
sys/common_int_const.h: fix typo in error message


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/sys/common_int_const.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/common_int_const.h
diff -u src/sys/sys/common_int_const.h:1.1 src/sys/sys/common_int_const.h:1.2
--- src/sys/sys/common_int_const.h:1.1	Fri Jul 25 21:43:13 2014
+++ src/sys/sys/common_int_const.h	Thu May 26 09:55:31 2022
@@ -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

Reply via email to