libgccjit.h: fix typo in comment

gcc/jit/ChangeLog:
	* libgccjit.h: Fix typo in comment.
This commit is contained in:
David Malcolm 2020-11-12 17:26:01 -05:00
parent 97976c0757
commit 8948a5715b
1 changed files with 1 additions and 1 deletions

View File

@ -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