From b3c29fd25c69432740947970f6b8fd496b0ea909 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Mon, 11 Dec 2017 14:51:55 -0500 Subject: [PATCH] eina: Fix typo in doxygen @fix Signed-off-by: Chris Michael --- src/lib/eina/eina_strbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eina/eina_strbuf.h b/src/lib/eina/eina_strbuf.h index b65e8b1..a0b77af 100644 --- a/src/lib/eina/eina_strbuf.h +++ b/src/lib/eina/eina_strbuf.h @@ -733,7 +733,7 @@ EAPI Eina_Rw_Slice eina_strbuf_rw_slice_get(const Eina_Strbuf *buf) EINA_WARN_UN * * @param buf The buffer to get the string from and which will be freed * - * @return The string contained by bug. The caller must release the memory of the returned string by calling + * @return The string contained by buf. The caller must release the memory of the returned string by calling * free(). * * @since 1.19 -- 2.7.4