diff --git a/java/org/apache/tomcat/util/http/FastHttpDateFormat.java b/java/org/apache/tomcat/util/http/FastHttpDateFormat.java index 157f4515078..6875d8282fa 100644 --- a/java/org/apache/tomcat/util/http/FastHttpDateFormat.java +++ b/java/org/apache/tomcat/util/http/FastHttpDateFormat.java @@ -71,7 +71,7 @@ public final class FastHttpDateFormat { } /** - * Instant on which the currentDate object was generated. + * Instant on which the currentDate object was generated. */ private static volatile long currentDateGeneratedInSeconds = 0L;