From 404afadac1cc68240f591f98870a5b17be6f33b0 Mon Sep 17 00:00:00 2001
From: Fons Rademakers <Fons.Rademakers@cern.ch>
Date: Tue, 18 Dec 2007 08:53:29 +0000
Subject: [PATCH] fix error in comment, fixes issue 32280.

git-svn-id: http://root.cern.ch/svn/root/trunk@21435 27541ba8-7e3a-0410-8455-c3a389f83636
---
 base/src/TTimeStamp.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/src/TTimeStamp.cxx b/base/src/TTimeStamp.cxx
index c7fc0b0f8b3..6d455d91b9e 100644
--- a/base/src/TTimeStamp.cxx
+++ b/base/src/TTimeStamp.cxx
@@ -130,8 +130,8 @@ TTimeStamp::TTimeStamp(UInt_t date, UInt_t time,
 //______________________________________________________________________________
 TTimeStamp::TTimeStamp(UInt_t tloc, Bool_t isUTC, Int_t secOffset, Bool_t dosDate)
 {
-   // Create a TTimeStamp and set it to the the time_t value returned by time().
-   // This value is the number of seconds since the EPOCH
+   // Create a TTimeStamp and set it to tloc which must be a time_t value
+   // returned by time(). This value is the number of seconds since the EPOCH
    // (i.e. 00:00:00 on Jan 1m 1970). If dosDate is true then the input
    // is a dosDate value.
 
-- 
GitLab