diff include/IModule.hpp @ 46:dad671a5f028

Corrections de typos, d'orthograffe et de formulations.
author David Pineau <dav.pineau@gmail.com>
date Mon, 22 Mar 2010 17:39:10 +0100
parents 1254fa6755a3
children e16869cd9773
line wrap: on
line diff
--- a/include/IModule.hpp	Mon Mar 22 13:46:08 2010 +0100
+++ b/include/IModule.hpp	Mon Mar 22 17:39:10 2010 +0100
@@ -13,7 +13,7 @@
  *
  * @section sec_about About
  *
- * This API is maintened by the StreamIt Tream: more info at www.ziastream.it.
+ * This API is maintained by the StreamIt Team: more info at www.ziastream.it.
  *
  * From here you can browse the full reference on our API.
  */
@@ -23,8 +23,7 @@
     namespace   api
     {
         /**
-         * @brief It provides basic method to identify the module and load a
-         * module.
+         * @brief It provides basic methods to identify the module and load it.
          */
         class   IModule
         {
@@ -46,7 +45,7 @@
             virtual const std::string &                         getVersion(void) const = 0;
 
             /**
-             * @brief Get the list of module's hook.
+             * @brief Get the module's list of hooks.
              *
              * @return A vector of IHandler.
              *
@@ -57,7 +56,7 @@
             /**
              * @brief Update module configuration.
              *
-             * @param [in] conf The pointer on IConfig which hold the
+             * @param [in] conf The pointer on IConfig which holds the
              * configuration.
              *
              * @return True if the configuration was successfully loaded. False
@@ -71,7 +70,7 @@
         extern "C"
         {
             /**
-             * @brief Entry point of module.
+             * @brief Entry point of the module.
              *
              * @return The module instance.
              *