From 0a1f4d03dbaa0bb8108d742f5ccc5e210ca927b2 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 15 Aug 2012 04:14:24 +0000 Subject: [PATCH] eina eina_stringshare.h: Fixed wrong documentation pointed out by Ryuan. SVN revision: 75277 --- legacy/eina/src/include/eina_stringshare.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/eina/src/include/eina_stringshare.h b/legacy/eina/src/include/eina_stringshare.h index 80c4ea2..4e40409 100644 --- a/legacy/eina/src/include/eina_stringshare.h +++ b/legacy/eina/src/include/eina_stringshare.h @@ -302,8 +302,8 @@ EAPI Eina_Stringshare *eina_stringshare_ref(Eina_Stringshare *str); * @p str is freed. If @p str is @c NULL, the function returns * immediately. * - * Note that if the given pointer is not shared or NULL, bad things - * will happen, likely a segmentation fault. + * Note that if the given pointer is not shared, bad things will happen, likely + * a segmentation fault. */ EAPI void eina_stringshare_del(Eina_Stringshare *str); -- 2.7.4