]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
json.h: fix typo in comment
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 26 Aug 2024 16:24:21 +0000 (12:24 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Mon, 26 Aug 2024 16:24:21 +0000 (12:24 -0400)
gcc/ChangeLog:
* json.h: Fix typo in comment about missing INCLUDE_MEMORY.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/json.h

index 21f71fe1c4ab1d163ad83361e48cc407c8f41696..0bafa5fbea3f368b13aef13c8f42a4b04bef7e31 100644 (file)
@@ -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.