Commit 5fefae5f authored by filatov's avatar filatov
Browse files

fix comment (editorial only)

parent 637be60b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -87,8 +87,8 @@ module LibItsCommon_Functions {
        } 
    
        /**
         * @desc    Gets the current time since 01/01/2014
         * @return  Timestamp - current time since 01/01/2014 in milliseconds
         * @desc    Gets the current time since 01/01/2004
         * @return  Timestamp - current time since 01/01/2004 in milliseconds
         */
        function f_getCurrentTime() return TimestampIts {
            var TimestampIts v_timeStamp := 0;