[rtems commit] timecounter: Merge FreeBSD change r298981

Sebastian Huber sebh at rtems.org
Thu Oct 12 05:08:13 UTC 2017


Module:    rtems
Branch:    master
Commit:    f6c9460160612960b1e3ee8baf7203007a093077
Changeset: http://git.rtems.org/rtems/commit/?id=f6c9460160612960b1e3ee8baf7203007a093077

Author:    Pedro Giffuni <pfg at FreeBSD.org>
Date:      Tue May  3 15:14:17 2016 +0000

timecounter: Merge FreeBSD change r298981

sys/sys: minor spelling fixes.

While the changes are minor, these headers are very visible.

MFC after:	2 weeks

Update #3175.

---

 cpukit/score/include/sys/timex.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/score/include/sys/timex.h b/cpukit/score/include/sys/timex.h
index 9eb0efb..17c6b37 100644
--- a/cpukit/score/include/sys/timex.h
+++ b/cpukit/score/include/sys/timex.h
@@ -105,7 +105,7 @@
 #define TIME_INS	1		/* insert leap second warning */
 #define TIME_DEL	2		/* delete leap second warning */
 #define TIME_OOP	3		/* leap second in progress */
-#define TIME_WAIT	4		/* leap second has occured */
+#define TIME_WAIT	4		/* leap second has occurred */
 #define TIME_ERROR	5		/* error (see status word) */
 
 /*



More information about the vc mailing list