diff --git a/Source/OpenTK/NativeWindow.cs b/Source/OpenTK/NativeWindow.cs
index d4a4cf1b..46445503 100644
--- a/Source/OpenTK/NativeWindow.cs
+++ b/Source/OpenTK/NativeWindow.cs
@@ -471,7 +471,7 @@ namespace OpenTK
#region Width
///
- /// Gets or sets the height of the OpenGL surface in window coordinates.
+ /// Gets or sets the width of the OpenGL surface in window coordinates.
/// The coordinates are specified in device-dependent pixels.
///
public int Width
@@ -493,7 +493,7 @@ namespace OpenTK
#region WindowBorder
///
- /// Gets or states the border of the NativeWindow.
+ /// Gets or sets the border of the NativeWindow.
///
public WindowBorder WindowBorder
{
@@ -528,7 +528,7 @@ namespace OpenTK
#region WindowState
///
- /// Gets or states the state of the NativeWindow.
+ /// Gets or sets the state of the NativeWindow.
///
public virtual WindowState WindowState
{