From 90556f6e4b8a44837723c071e845d54e3df209b4 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Mon, 16 Apr 2012 00:21:57 +0000 Subject: [PATCH] eina eina_main.h: Fixed documentation. SVN revision: 70198 --- legacy/eina/src/include/eina_main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eina/src/include/eina_main.h b/legacy/eina/src/include/eina_main.h index 4baf40e8ba..d45d870750 100644 --- a/legacy/eina/src/include/eina_main.h +++ b/legacy/eina/src/include/eina_main.h @@ -84,7 +84,7 @@ EAPI int eina_init(void); /** * @brief Shut down the Eina library. * - * @return 0 when all the modules is completely shut down, 1 or + * @return 0 when all the modules are completely shut down, 1 or * greater otherwise. * * This function shuts down the Eina library. It returns 0 when it has