From 315daee7ce485baa189ae3f193f9cedee1a4f1a6 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Fri, 11 Jan 2008 20:21:32 +0000 Subject: [PATCH] Documentation update. --- Source/OpenTK/Platform/WindowInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);