diff options
Diffstat (limited to 'src/include/utils/nabstime.h')
-rw-r--r-- | src/include/utils/nabstime.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/utils/nabstime.h b/src/include/utils/nabstime.h index fca6b62877..ace0e135fd 100644 --- a/src/include/utils/nabstime.h +++ b/src/include/utils/nabstime.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: nabstime.h,v 1.19 1999/03/14 16:44:02 momjian Exp $ + * $Id: nabstime.h,v 1.20 1999/05/25 16:14:56 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -25,7 +25,7 @@ */ /* The original typedefs are bogus - they assume that the system's 'time_t' * type is of size 32-bits. Under AlphaLinux, time_t is a long int, which - * is 64-bits. Therefore, typedef these both as simply 'time_t', and let + * is 64-bits. Therefore, typedef these both as simply 'time_t', and let * the OS define what the size really is. -- RME 3/5/99 */ typedef time_t AbsoluteTime; @@ -96,7 +96,7 @@ typedef TimeIntervalData *TimeInterval; extern AbsoluteTime GetCurrentAbsoluteTime(void); /* - * getSystemTime + * getSystemTime * Returns system time. */ #define getSystemTime() \ |