Skip to content
Snippets Groups Projects
Commit 404afada authored by Fons Rademakers's avatar Fons Rademakers
Browse files

fix error in comment, fixes issue 32280.

git-svn-id: http://root.cern.ch/svn/root/trunk@21435 27541ba8-7e3a-0410-8455-c3a389f83636
parent 0bec6f63
No related branches found
No related tags found
No related merge requests found
...@@ -130,8 +130,8 @@ TTimeStamp::TTimeStamp(UInt_t date, UInt_t time, ...@@ -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) 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(). // Create a TTimeStamp and set it to tloc which must be a time_t value
// This value is the number of seconds since the EPOCH // 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 // (i.e. 00:00:00 on Jan 1m 1970). If dosDate is true then the input
// is a dosDate value. // is a dosDate value.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment