소스 검색

orthographe et + explicite

Thierry Dumont 3 년 전
부모
커밋
e02821bf31
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);