From 319a65893cfdd192012a3cb2524efa0941820f40 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Mon, 24 Aug 2020 18:00:37 +0200 Subject: [PATCH] maint: fix typo in comment * find/util.c: s/insure/ensure/ --- find/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find/util.c b/find/util.c index 71db7f1c..69c12dbe 100644 --- a/find/util.c +++ b/find/util.c @@ -82,7 +82,7 @@ static struct debug_option_assoc debugassoc[] = p_prec NO_PREC Other cells that need to be filled in are defaulted by - get_new_pred_chk_op, which is used to insure that the prior node is + get_new_pred_chk_op, which is used to ensure that the prior node is either not there at all (we are the very first node) or is an operator. */