diff options
author | David Malcolm <dmalcolm@redhat.com> | 2020-11-12 17:26:01 -0500 |
---|---|---|
committer | David Malcolm <dmalcolm@redhat.com> | 2020-11-12 17:26:01 -0500 |
commit | 8948a5715b00fe36d20c03b6c4c4397b74cc6282 (patch) | |
tree | b2751a626fa3ceb9f4917033ccf2f872bb18a136 /gcc/jit | |
parent | 97976c0757ad3173ac00d1e32e335f3f960b0b9f (diff) | |
download | gcc-8948a5715b00fe36d20c03b6c4c4397b74cc6282.zip gcc-8948a5715b00fe36d20c03b6c4c4397b74cc6282.tar.gz gcc-8948a5715b00fe36d20c03b6c4c4397b74cc6282.tar.bz2 |
libgccjit.h: fix typo in comment
gcc/jit/ChangeLog:
* libgccjit.h: Fix typo in comment.
Diffstat (limited to 'gcc/jit')
-rw-r--r-- | gcc/jit/libgccjit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jit/libgccjit.h b/gcc/jit/libgccjit.h index 7134841..7fbaa9f 100644 --- a/gcc/jit/libgccjit.h +++ b/gcc/jit/libgccjit.h @@ -1504,7 +1504,7 @@ gcc_jit_context_new_rvalue_from_vector (gcc_jit_context *ctxt, #define LIBGCCJIT_HAVE_gcc_jit_version -/* Functions to retrive libgccjit version. +/* Functions to retrieve libgccjit version. Analogous to __GNUC__, __GNUC_MINOR__, __GNUC_PATCHLEVEL__ in C code. These API entrypoints were added in LIBGCCJIT_ABI_13; you can test for their |