diff --git a/display_server/drivers/hal/base/src/timestamp.cpp b/display_server/drivers/hal/base/src/timestamp.cpp index 113721839142cdc3a7fa719f6c0bd7616ff67707..d1f7cf3a997b29ad4658247115ed7a1ca4540def 100644 --- a/display_server/drivers/hal/base/src/timestamp.cpp +++ b/display_server/drivers/hal/base/src/timestamp.cpp @@ -31,7 +31,7 @@ TimeType SteadyClockMicroSeconds() } // Class std::chrono::system_clock represents the system-wide real time wall clock. -// It may not be monotonic: on most systems, the system time can be adjusted at any mo/ment. +// It may not be monotonic: on most systems, the system time can be adjusted at any moment. TimeType SystemClockMicroSeconds() { auto tp = std::chrono::time_point_cast(std::chrono::system_clock::now());