diff options
author | David Malcolm <dmalcolm@redhat.com> | 2024-08-26 12:24:21 -0400 |
---|---|---|
committer | David Malcolm <dmalcolm@redhat.com> | 2024-08-26 12:24:21 -0400 |
commit | b835710328847a8b1bc0c1258dd4a6d059988f79 (patch) | |
tree | 4dae9d9c7bab635921f9b6dab2daf5d466ac1d68 /gcc | |
parent | 26ee954476bef7328d2cf45928c3c9b84df77178 (diff) | |
download | gcc-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |