lib/C/iec_std_lib.h
changeset 1005 e27c2af708ad
parent 905 31224f8cac32
child 1021 21a97cdb317d
--- a/lib/C/iec_std_lib.h	Fri Oct 02 10:31:20 2015 +0100
+++ b/lib/C/iec_std_lib.h	Fri May 06 10:48:37 2016 +0300
@@ -236,7 +236,7 @@
 
 
 /* NOTE: The following function was turned into a macro, so it could be used to initialize the initial value of TOD (TIME_OF_DAY) variables */
-/* NOTE: many (but not all) of the same comments made regarding __time_to_timespec() are also valid here, so go and read those comments too!
+/* NOTE: many (but not all) of the same comments made regarding __time_to_timespec() are also valid here, so go and read those comments too!*/
 /*
 static inline IEC_TIMESPEC __tod_to_timespec(double seconds, double minutes, double hours) {
   IEC_TIMESPEC ts;