From f794a0c783f36fa5f1f85060fce86dbf05e09cf0 Mon Sep 17 00:00:00 2001 From: Steve MacLean Date: Tue, 4 Dec 2018 21:57:17 -0500 Subject: [PATCH] Fix XML comments on *nux (#21372) --- src/System.Private.CoreLib/shared/Interop/Unix/Interop.IOErrors.cs | 2 +- src/System.Private.CoreLib/shared/System/TimeZoneInfo.Unix.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/System.Private.CoreLib/shared/Interop/Unix/Interop.IOErrors.cs b/src/System.Private.CoreLib/shared/Interop/Unix/Interop.IOErrors.cs index 5babcd1..b3f9a3f 100644 --- a/src/System.Private.CoreLib/shared/Interop/Unix/Interop.IOErrors.cs +++ b/src/System.Private.CoreLib/shared/Interop/Unix/Interop.IOErrors.cs @@ -105,7 +105,7 @@ internal static partial class Interop /// /// Gets an Exception to represent the supplied error info. /// - /// The error info + /// The error info /// The path with which this error is associated. This may be null. /// true if the is known to be a directory; otherwise, false. /// diff --git a/src/System.Private.CoreLib/shared/System/TimeZoneInfo.Unix.cs b/src/System.Private.CoreLib/shared/System/TimeZoneInfo.Unix.cs index 604aa03..254a0cd 100644 --- a/src/System.Private.CoreLib/shared/System/TimeZoneInfo.Unix.cs +++ b/src/System.Private.CoreLib/shared/System/TimeZoneInfo.Unix.cs @@ -632,7 +632,7 @@ namespace System } /// - /// Helper function for retrieving a TimeZoneInfo object by . + /// Helper function for retrieving a TimeZoneInfo object by time_zone_name. /// This function wraps the logic necessary to keep the private /// SystemTimeZones cache in working order /// -- 2.7.4