diff --git a/Source/OpenTK/Input/MouseState.cs b/Source/OpenTK/Input/MouseState.cs
index a4449aad..19c74451 100644
--- a/Source/OpenTK/Input/MouseState.cs
+++ b/Source/OpenTK/Input/MouseState.cs
@@ -126,7 +126,7 @@ namespace OpenTK.Input
}
///
- /// Gets a indicating whether the left mouse button is pressed.
/// This property is intended for XNA compatibility.
///
public ButtonState LeftButton
@@ -135,7 +135,7 @@ namespace OpenTK.Input
}
///
- /// Gets a indicating whether the middle mouse button is pressed.
/// This property is intended for XNA compatibility.
///
public ButtonState MiddleButton
@@ -144,7 +144,7 @@ namespace OpenTK.Input
}
///
- /// Gets a indicating whether the right mouse button is pressed.
/// This property is intended for XNA compatibility.
///
public ButtonState RightButton
@@ -153,7 +153,7 @@ namespace OpenTK.Input
}
///
- /// Gets a indicating whether the first extra mouse button is pressed.
/// This property is intended for XNA compatibility.
///
public ButtonState XButton1
@@ -162,7 +162,7 @@ namespace OpenTK.Input
}
///
- /// Gets a indicating whether the second extra mouse button is pressed.
/// This property is intended for XNA compatibility.
///
public ButtonState XButton2