Explorar o código

orthographe et + explicite

Thierry Dumont %!s(int64=3) %!d(string=hai) anos
pai
achega
e02821bf31
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      time_mes.hpp

+ 1 - 1
time_mes.hpp

@@ -1,7 +1,7 @@
 #ifndef TIME_MES_HPP
 #define TIME_MES_HPP
 #include <sys/time.h>
-// renvoit l'heure en secondes (pécision : micro seconde)
+// renvoie l'heure courante en secondes (pécision : micro seconde)
 double get_time() {
   struct timeval tv;
   gettimeofday(&tv,0);