diff --git a/Source/OpenTK/Platform/WindowInfo.cs b/Source/OpenTK/Platform/WindowInfo.cs index c54e0e10..3652f5b9 100644 --- a/Source/OpenTK/Platform/WindowInfo.cs +++ b/Source/OpenTK/Platform/WindowInfo.cs @@ -120,9 +120,9 @@ namespace OpenTK.Platform } /// - /// Updates the WindowInfo using the specified WindowInfo. + /// Updates the WindowInfo using the specified IWindowInfo. /// - /// The OpenTK.Platform.Window to get information from. + /// The OpenTK.Platform.IWindowInfo to get information from. public IWindowInfo GetInfoFrom(IWindowInfo info) { return implementation.GetInfoFrom(info);