From: Steve MacLean Date: Wed, 5 Dec 2018 02:57:17 +0000 (-0500) Subject: Fix XML comments on *nux (#21372) X-Git-Tag: accepted/tizen/unified/20190422.045933~448 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f794a0c783f36fa5f1f85060fce86dbf05e09cf0;p=platform%2Fupstream%2Fcoreclr.git Fix XML comments on *nux (#21372) --- 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 ///