From abdbca3ba549a7c9087d32343810776621255ad6 Mon Sep 17 00:00:00 2001 From: Hugo Valente Date: Mon, 7 Feb 2022 15:10:45 +0100 Subject: [PATCH] Fix #2106, Redundant word in App Developers Guide --- docs/cFE Application Developers Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cFE Application Developers Guide.md b/docs/cFE Application Developers Guide.md index ba31cc0c8..d332f8ff3 100644 --- a/docs/cFE Application Developers Guide.md +++ b/docs/cFE Application Developers Guide.md @@ -3391,7 +3391,7 @@ seconds past the epoch time. The drawback to allowing rollovers is that this adds an interesting dilemma to comparing two absolute times. Going back to our analog wall -clock analogy, let us assume we wish to compute determine whether 9:00 +clock analogy, let us assume we wish to determine whether 9:00 is before or after 2:00. Since the clock is allowed to roll over, which is first? As shown below, 9:00 is either 5 hours before 2:00 or it is 7 hours later.