From b835710328847a8b1bc0c1258dd4a6d059988f79 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Mon, 26 Aug 2024 12:24:21 -0400 Subject: json.h: fix typo in comment gcc/ChangeLog: * json.h: Fix typo in comment about missing INCLUDE_MEMORY. Signed-off-by: David Malcolm --- gcc/json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/json.h') diff --git a/gcc/json.h b/gcc/json.h index 21f71fe..0bafa5f 100644 --- a/gcc/json.h +++ b/gcc/json.h @@ -27,7 +27,7 @@ along with GCC; see the file COPYING3. If not see json.h. */ #ifndef INCLUDE_MEMORY -# error "You must define INCLUDE_MEMORY before including system.h to use make-unique.h" +# error "You must define INCLUDE_MEMORY before including system.h to use json.h" #endif /* Implementation of JSON, a lightweight data-interchange format. -- cgit v1.1