From f3e228b5b4bdf66e06ffcb37318b0250aea41346 Mon Sep 17 00:00:00 2001 From: James Singleton Date: Sat, 29 Jul 2017 06:47:24 +0100 Subject: [PATCH] Fix typo in comment (#13089) integeter -> integer --- src/mscorlib/shared/System/DateTime.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mscorlib/shared/System/DateTime.cs b/src/mscorlib/shared/System/DateTime.cs index 16a75fd..6467ffa 100644 --- a/src/mscorlib/shared/System/DateTime.cs +++ b/src/mscorlib/shared/System/DateTime.cs @@ -129,7 +129,7 @@ namespace System private const String TicksField = "ticks"; // Do not rename (binary serialization) private const String DateDataField = "dateData"; // Do not rename (binary serialization) - // The data is stored as an unsigned 64-bit integeter + // The data is stored as an unsigned 64-bit integer // Bits 01-62: The value of 100-nanosecond ticks where 0 represents 1/1/0001 12:00am, up until the value // 12/31/9999 23:59:59.9999999 // Bits 63-64: A four-state value that describes the DateTimeKind value of the date time, with a 2nd -- 2.7.4