From 03cf620f1b5e88dd5ebf1c87afe81764708caae0 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 23 Jun 2020 10:40:35 +0100 Subject: [PATCH] gvdb-reader: Reword a comment for clarity Avoid ableist phrases. Signed-off-by: Philip Withnall --- gvdb-reader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gvdb-reader.c b/gvdb-reader.c index 6bc4c6f36..820ce4c3d 100644 --- a/gvdb-reader.c +++ b/gvdb-reader.c @@ -379,7 +379,7 @@ gvdb_table_get_names (GvdbTable *table, * a pass that fills in no additional items. * * This takes an O(n) algorithm and turns it into O(n*m) where m is - * the depth of the tree, but in all sane cases the tree won't be very + * the depth of the tree, but typically the tree won't be very * deep and the constant factor of this algorithm is lower (and the * complexity of coding it, as well). */