From 73800e3c7ffe2b8002bd9dccaf210059fbeb72cf Mon Sep 17 00:00:00 2001 From: Dimitry Kudryavtsev Date: Fri, 10 Jun 2022 14:25:51 -0500 Subject: [PATCH] Update my_time.cc Fixing a type-o, should be "truncate" --- mysys/my_time.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysys/my_time.cc b/mysys/my_time.cc index 801df7a66236..043b5230431d 100644 --- a/mysys/my_time.cc +++ b/mysys/my_time.cc @@ -2515,7 +2515,7 @@ bool datetime_add_nanoseconds_with_round(MYSQL_TIME *ltime, uint nanoseconds, } /** - Add nanoseconds to time and round or tuncate as indicated by argument. + Add nanoseconds to time and round or truncate as indicated by argument. @param [in,out] ltime MYSQL_TIME variable to add to. @param nanoseconds Nanosecons value. @@ -2533,7 +2533,7 @@ bool time_add_nanoseconds_adjust_frac(MYSQL_TIME *ltime, uint nanoseconds, } /** - Add nanoseconds to datetime and round or tuncate as indicated by argument. + Add nanoseconds to datetime and round or truncate as indicated by argument. @param [in,out] ltime MYSQL_TIME variable to add to. @param nanoseconds Nanoseconds value.