diff --git a/Modules/DXNET.Mathematics/BoundingBox.cs b/Modules/DXNET.Mathematics/BoundingBox.cs
index 8cba7e6..428250a 100644
--- a/Modules/DXNET.Mathematics/BoundingBox.cs
+++ b/Modules/DXNET.Mathematics/BoundingBox.cs
@@ -95,7 +95,7 @@ public float Height
}
///
- /// Returns the height of the bounding box
+ /// Returns the depth of the bounding box
///
public float Depth
{
@@ -111,7 +111,7 @@ public Vector3 Size
}
///
- /// Returns the size of the bounding box
+ /// Returns the center point of the bounding box
///
public Vector3 Center
{