[gcc r11-4955] libgccjit.h: fix typo in comment

David Malcolm dmalcolm@gcc.gnu.org
Thu Nov 12 22:26:32 GMT 2020


https://gcc.gnu.org/g:8948a5715b00fe36d20c03b6c4c4397b74cc6282

commit r11-4955-g8948a5715b00fe36d20c03b6c4c4397b74cc6282
Author: David Malcolm <dmalcolm@redhat.com>
Date:   Thu Nov 12 17:26:01 2020 -0500

    libgccjit.h: fix typo in comment
    
    gcc/jit/ChangeLog:
            * libgccjit.h: Fix typo in comment.

Diff:
---
 gcc/jit/libgccjit.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/jit/libgccjit.h b/gcc/jit/libgccjit.h
index 7134841bb07..7fbaa9f3162 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


More information about the Gcc-cvs mailing list