Fix XML comments on *nux (#21372)
authorSteve MacLean <stmaclea@microsoft.com>
Wed, 5 Dec 2018 02:57:17 +0000 (21:57 -0500)
committerJan Kotas <jkotas@microsoft.com>
Wed, 5 Dec 2018 02:57:17 +0000 (18:57 -0800)
src/System.Private.CoreLib/shared/Interop/Unix/Interop.IOErrors.cs
src/System.Private.CoreLib/shared/System/TimeZoneInfo.Unix.cs

index 5babcd1..b3f9a3f 100644 (file)
@@ -105,7 +105,7 @@ internal static partial class Interop
     /// <summary>
     /// Gets an Exception to represent the supplied error info.
     /// </summary>
-    /// <param name="error">The error info</param>
+    /// <param name="errorInfo">The error info</param>
     /// <param name="path">The path with which this error is associated.  This may be null.</param>
     /// <param name="isDirectory">true if the <paramref name="path"/> is known to be a directory; otherwise, false.</param>
     /// <returns></returns>
index 604aa03..254a0cd 100644 (file)
@@ -632,7 +632,7 @@ namespace System
         }
 
         /// <summary>
-        /// Helper function for retrieving a TimeZoneInfo object by <time_zone_name>.
+        /// 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
         ///