aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2024-08-26 12:24:21 -0400
committerDavid Malcolm <dmalcolm@redhat.com>2024-08-26 12:24:21 -0400
commitb835710328847a8b1bc0c1258dd4a6d059988f79 (patch)
tree4dae9d9c7bab635921f9b6dab2daf5d466ac1d68 /gcc
parent26ee954476bef7328d2cf45928c3c9b84df77178 (diff)
downloadgcc-b835710328847a8b1bc0c1258dd4a6d059988f79.zip
gcc-b835710328847a8b1bc0c1258dd4a6d059988f79.tar.gz
gcc-b835710328847a8b1bc0c1258dd4a6d059988f79.tar.bz2
json.h: fix typo in comment
gcc/ChangeLog: * json.h: Fix typo in comment about missing INCLUDE_MEMORY. Signed-off-by: David Malcolm <dmalcolm@redhat.com>
Diffstat (limited to 'gcc')
-rw-r--r--gcc/json.h2
1 files changed, 1 insertions, 1 deletions
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.