From 5cba5aedc8d40bff010cd7563dc40a7766cb99c9 Mon Sep 17 00:00:00 2001 From: Sam Price Date: Thu, 7 Oct 2021 10:40:51 -0400 Subject: [PATCH] Fix #1177 Rename OS_XXXTime to OS_XXXLocalTime in comments. --- src/os/portable/os-impl-posix-gettime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/portable/os-impl-posix-gettime.c b/src/os/portable/os-impl-posix-gettime.c index 0bd232200..07fd7e3f9 100644 --- a/src/os/portable/os-impl-posix-gettime.c +++ b/src/os/portable/os-impl-posix-gettime.c @@ -22,7 +22,7 @@ * \file os-impl-posix-gettime.c * \author joseph.p.hickey@nasa.gov * - * This file contains implementation for OS_GetTime() and OS_SetTime() + * This file contains implementation for OS_GetLocalTime() and OS_SetLocalTime() * that map to the C library clock_gettime() and clock_settime() calls. * This should be usable on any OS that supports those standard calls. * The OS-specific code must \#include the correct headers that define the