Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed spelling and grammar in some comments
authorcasanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 24 Aug 2005 20:29:43 +0000 (20:29 +0000)
committercasanova <casanova@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 24 Aug 2005 20:29:43 +0000 (20:29 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1659 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/msg/msg_test.c
src/msg/m_process.c

index 01a74f3..0f2d63f 100644 (file)
@@ -124,7 +124,7 @@ int slave(int argc, char *argv[])
       MSG_task_destroy(task);
     } else {
       INFO0("Hey ?! What's up ? ");
-      xbt_assert0(0,"Unexpected behaviour");
+      xbt_assert0(0,"Unexpected behavior");
     }
   }
   INFO0("I'm done. See you!");
@@ -167,7 +167,7 @@ int forwarder(int argc, char *argv[])
                   PORT_22);
     } else {
       INFO0("Hey ?! What's up ? ");
-      xbt_assert0(0,"Unexpected behaviour");
+      xbt_assert0(0,"Unexpected behavior");
     }
   }
 
index acc012b..342d507 100644 (file)
@@ -69,7 +69,7 @@ static void MSG_process_cleanup(void *arg)
    name contains the word get), in \ref m_task_management (to create
    or destroy some #m_task_t for example) and in \ref
    msg_gos_functions (to handle file transfers and task processing).
- * \param data a pointer to any data may want to attach to the new
+ * \param data a pointer to any data one may want to attach to the new
    object.  It is for user-level information and can be NULL. It can
    be retrieved with the function \ref MSG_process_get_data.
  * \param host the location where the new agent is executed.