From dcaed72b6de2721a4b15a71015e8c48874c5acea Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 2 Oct 2021 17:29:12 -0400 Subject: [PATCH] update embedded docs --- src/platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platform.h b/src/platform.h index 1c4a659570..461b8f75b0 100644 --- a/src/platform.h +++ b/src/platform.h @@ -26,7 +26,7 @@ namespace platform { /*! Return the consumed CPU time for the current process in seconds * - * This is a wrapper about the POSIX function getrusage() and the Windows equivalent. + * This is a wrapper around the POSIX function getrusage() and its Windows equivalent. * It is to be used in a similar fashion than MPI_Wtime(). * * \return used CPU time in second */ @@ -35,7 +35,7 @@ namespace platform { /*! Return the wall clock state for the current process in seconds * - * This is a wrapper about XXX and its Windows equivalent. + * This is a wrapper around the gettimeofday() function and its Windows equivalent. * It is to be used in a similar fashion than MPI_Wtime(). * * \return wall clock time in second */