summaryrefslogtreecommitdiff
path: root/include/iprt/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/iprt/time.h')
-rw-r--r--include/iprt/time.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/iprt/time.h b/include/iprt/time.h
index a904b5fa448..3042b216ce3 100644
--- a/include/iprt/time.h
+++ b/include/iprt/time.h
@@ -346,7 +346,6 @@ DECLINLINE(PRTTIMESPEC) RTTimeSpecSubSeconds(PRTTIMESPEC pTime, int64_t i64Secon
/**
* Gives the time in seconds and nanoseconds.
*
- * @returns pTime.
* @param pTime The time spec to interpret.
* @param *pi32Seconds Where to store the time period in seconds.
* @param *pi32Nano Where to store the time period in nanoseconds.