Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
spellcheck mc. Don't ask why
[simgrid.git] / src / mc / Channel.hpp
index 4766e16..64219c4 100644 (file)
@@ -18,7 +18,7 @@ namespace mc {
 
 /** A channel for exchanging messages between model-checker and model-checked
  *
- *  This hides the way the messages are transfered. Currently, they are sent
+ *  This hides the way the messages are transferred. Currently, they are sent
  *  over a SOCK_DGRAM socket.
  */
 class Channel {