From bd0ec5c69e37489a5cdcd48564438c93a6bd1ca8 Mon Sep 17 00:00:00 2001 From: Josh Slocum <josh.slocum@snowflake.com> Date: Fri, 10 Dec 2021 11:19:10 -0600 Subject: [PATCH] Update bindings/c/test/mako/mako.c Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com> --- bindings/c/test/mako/mako.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/c/test/mako/mako.c b/bindings/c/test/mako/mako.c index 7150e3da63..61cc81ed42 100644 --- a/bindings/c/test/mako/mako.c +++ b/bindings/c/test/mako/mako.c @@ -101,7 +101,7 @@ FILE* debugme; /* descriptor used for debug messages */ /* unretryable error */ \ fprintf(stderr, "ERROR: fdb_transaction_on_error returned %d at %s:%d\n", err2, __FILE__, __LINE__); \ fdb_transaction_reset(_t); \ - /* TODO: if we adda retry limit in the future, \ + /* TODO: if we add a retry limit in the future, \ * handle the conflict stats properly. \ */ \ return FDB_ERROR_ABORT; \