diff --git a/legacy/eina/src/include/eina_stringshare.h b/legacy/eina/src/include/eina_stringshare.h index 80c4ea25f8..4e40409a11 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);