Fix magic number explanation in filetime.cpp (dotnet/coreclr#10582)
authorAndrey Akinshin <andrey.akinshin@gmail.com>
Thu, 30 Mar 2017 13:25:42 +0000 (18:25 +0500)
committerJan Vorlicek <janvorli@microsoft.com>
Thu, 30 Mar 2017 13:25:42 +0000 (15:25 +0200)
commit8345cf8c49a228b289464fdadb51e6e7ab698211
treead7e7eaf516377f21cf30cbc4d94768d3502aec9
parentf6faf62922310947f70d49e5d5d7c3bbe7120466
Fix magic number explanation in filetime.cpp (dotnet/coreclr#10582)

89 * 366 + 280 * 365 equals to 134774 (not 134744)

Commit migrated from https://github.com/dotnet/coreclr/commit/44d4a46497a3a3e0881793c998f392a18dfe3a91
src/coreclr/src/pal/src/file/filetime.cpp