[pisa-src] r2279 - trunk/tools/msleep.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 15 Apr 2010 12:50:46 +0200

Author: biurrun
Date: Thu Apr 15 12:50:45 2010
New Revision: 2279

Log:
Fix typo in doxygen filename declaration.

Modified:
   trunk/tools/msleep.c

Modified: trunk/tools/msleep.c
==============================================================================
--- trunk/tools/msleep.c        Thu Apr 15 12:39:46 2010        (r2278)
+++ trunk/tools/msleep.c        Thu Apr 15 12:50:45 2010        (r2279)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file usleep.c
+ * @file msleep.c
  * @brief Provides similar functionality to sleep with higher precision.
  * @author Rene Hummen <hummen@xxxxxxxxxxxxxxxxx>
  * @date 08.10.2009

Other related posts:

  • » [pisa-src] r2279 - trunk/tools/msleep.c - Diego Biurrun