eina_strbuf: Fix doxygen warning
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 26 Oct 2017 02:24:08 +0000 (11:24 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 26 Oct 2017 04:20:54 +0000 (13:20 +0900)
Change-Id: I82b15f1352f6a7925d7cde0dfb91c3d835a35dd7

src/lib/eina/eina_strbuf.h

index eeea11c..49b83e0 100644 (file)
@@ -248,7 +248,7 @@ EAPI Eina_Bool eina_strbuf_append_slice(Eina_Strbuf *buf, const Eina_Slice slice
  * @return #EINA_TRUE on success, #EINA_FALSE on failure.
  *
  * This function appends @p data to @p buf. @p data must be allocated and
- * different from @NULL. It is slightly faster than eina_strbuf_append() as
+ * different from @NULL. It is slightly faster than eina_strbuf_append() as
  * it does not compute the size of @p str. If @p buf can't append it,
  * #EINA_FALSE is returned, otherwise #EINA_TRUE is returned.
  *