lib/util: fix use of a non-existent word (existant) in a comment
authorMichael Adam <obnox@samba.org>
Mon, 11 Jun 2012 15:24:20 +0000 (17:24 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 12 Jun 2012 05:21:41 +0000 (07:21 +0200)
lib/util/string_wrappers.h

index c39ff1f8597aeeac5772a35c24a17a9eb01cef6d..5f9d5684e62e54b526922e83299a8c41c3bfa692 100644 (file)
@@ -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);