diff options
author | Michael Adam <obnox@samba.org> | 2012-06-11 17:24:20 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-06-12 07:21:41 +0200 |
commit | 89f95c00275dbe21fb5f3f0f8f5c4543b119c4f9 (patch) | |
tree | a72a8e5e63590e7717ae1c01dd80d35a7268f1fd /lib/util/string_wrappers.h | |
parent | 6977cb34ae4c0fb09f717c7f260cb52ccb949e84 (diff) | |
download | samba-89f95c00275dbe21fb5f3f0f8f5c4543b119c4f9.tar.gz samba-89f95c00275dbe21fb5f3f0f8f5c4543b119c4f9.tar.bz2 samba-89f95c00275dbe21fb5f3f0f8f5c4543b119c4f9.zip |
lib/util: fix use of a non-existent word (existant) in a comment
Diffstat (limited to 'lib/util/string_wrappers.h')
-rw-r--r-- | lib/util/string_wrappers.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |