Changeset: ec430ca21a88 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ec430ca21a88
Modified Files:
        sql/backends/monet5/sql_gencode.c
Branch: Jun2023
Log Message:

Typo.


diffs (12 lines):

diff --git a/sql/backends/monet5/sql_gencode.c 
b/sql/backends/monet5/sql_gencode.c
--- a/sql/backends/monet5/sql_gencode.c
+++ b/sql/backends/monet5/sql_gencode.c
@@ -1008,7 +1008,7 @@ sql_relation2stmt(backend *be, sql_rel *
 static int
 #if defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ <= 8
 /* bug on CentOS 7 (gnuc 4.8.5) where this function gets inlined and
- * the compiler than complains about query getting modified after the
+ * the compiler then complains about query getting modified after the
  * setjmp call; fix is to explicitly prevent inlining */
 __attribute__((__noinline__))
 #endif
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to