diff --git a/Source/OpenTK/Math/Vector2d.cs b/Source/OpenTK/Math/Vector2d.cs
index 64c6cc42..4cff4607 100644
--- a/Source/OpenTK/Math/Vector2d.cs
+++ b/Source/OpenTK/Math/Vector2d.cs
@@ -662,7 +662,7 @@ namespace OpenTK
///
/// Negates an instance.
///
- /// The instance.
+ /// The instance.
/// The result of the operation.
public static Vector2d operator -(Vector2d vec)
{
@@ -674,8 +674,8 @@ namespace OpenTK
///
/// Multiplies an instance by a scalar.
///
- /// The instance.
- /// The scalar.
+ /// The instance.
+ /// The scalar.
/// The result of the operation.
public static Vector2d operator *(Vector2d vec, double f)
{
@@ -687,8 +687,8 @@ namespace OpenTK
///
/// Multiply an instance by a scalar.
///
- /// The scalar.
- /// The instance.
+ /// The scalar.
+ /// The instance.
/// The result of the operation.
public static Vector2d operator *(double f, Vector2d vec)
{
@@ -700,8 +700,8 @@ namespace OpenTK
///
/// Divides an instance by a scalar.
///
- /// The instance.
- /// The scalar.
+ /// The instance.
+ /// The scalar.
/// The result of the operation.
public static Vector2d operator /(Vector2d vec, double f)
{
@@ -723,7 +723,7 @@ namespace OpenTK
}
///
- /// Compares two instances for ljequality.
+ /// Compares two instances for ienquality.
///
/// The left instance.
/// The right instance.
diff --git a/Source/OpenTK/Platform/X11/Structs.cs b/Source/OpenTK/Platform/X11/Structs.cs
index 2af41ec8..756e4bfe 100644
--- a/Source/OpenTK/Platform/X11/Structs.cs
+++ b/Source/OpenTK/Platform/X11/Structs.cs
@@ -1102,7 +1102,7 @@ namespace OpenTK.Platform.X11
Append = 2
}
- [StructLayout(LayoutKind.Sequential), CLSCompliant(false)]
+ [StructLayout(LayoutKind.Sequential)]
internal struct XKeyBoardState
{
public int key_click_percent;