Browse Source

minor changes to README

Rafael Arce Nazario 8 years ago
parent
commit
40d0984c5d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

159
 public:
159
 public:
160
     ethernet_packet();  // Constructor por defecto
160
     ethernet_packet();  // Constructor por defecto
161
 
161
 
162
-    // Ajusta la variable miembro ether_host a los valores
162
+    // Ajusta la variable miembro ether_dhost a los valores
163
     // recibidos en el arreglo
163
     // recibidos en el arreglo
164
     void setEtherDHost(u_char []) ;
164
     void setEtherDHost(u_char []) ;
165
 
165