From 89f95c00275dbe21fb5f3f0f8f5c4543b119c4f9 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 11 Jun 2012 17:24:20 +0200 Subject: lib/util: fix use of a non-existent word (existant) in a comment --- lib/util/string_wrappers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/util/string_wrappers.h b/lib/util/string_wrappers.h index c39ff1f859..5f9d5684e6 100644 --- a/lib/util/string_wrappers.h +++ b/lib/util/string_wrappers.h @@ -57,7 +57,7 @@ do { \ #ifdef HAVE_COMPILER_WILL_OPTIMIZE_OUT_FNS /* We need a number of different prototypes for our - non-existant fuctions */ + non-existent fuctions */ char * __unsafe_string_function_usage_here__(void); size_t __unsafe_string_function_usage_here_size_t__(void); -- cgit