Skip to content

Commit

Permalink
Merge pull request #1178 from thesamprice/1177-OSTimeComment
Browse files Browse the repository at this point in the history
Fix #1177 Rename OS_XXXTime to OS_XXXLocalTime in comments
  • Loading branch information
astrogeco committed Nov 3, 2021
2 parents ea46a57 + 5cba5ae commit 379f19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/portable/os-impl-posix-gettime.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 379f19f

Please sign in to comment.