From: Michael Adam Date: Mon, 11 Jun 2012 15:24:20 +0000 (+0200) Subject: lib/util: fix use of a non-existent word (existant) in a comment X-Git-Tag: samba-4.0.0beta2~222 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89f95c00275dbe21fb5f3f0f8f5c4543b119c4f9;p=thirdparty%2Fsamba.git lib/util: fix use of a non-existent word (existant) in a comment --- diff --git a/lib/util/string_wrappers.h b/lib/util/string_wrappers.h index c39ff1f8597..5f9d5684e62 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);