diff --git a/Source/OpenTK/BlittableValueType.cs b/Source/OpenTK/BlittableValueType.cs
index 8b89a889..f0a160ce 100644
--- a/Source/OpenTK/BlittableValueType.cs
+++ b/Source/OpenTK/BlittableValueType.cs
@@ -72,6 +72,9 @@ namespace OpenTK
///
/// Gets the size of the type in bytes.
///
+ ///
+ /// This property returns 0 for non-blittable types.
+ ///
public static int Stride { get { return stride; } }
#region Check