diff --git a/src/ImageSharp/Common/Helpers/DebugGuard.cs b/src/ImageSharp/Common/Helpers/DebugGuard.cs
index 23b712c52..f438ca9e2 100644
--- a/src/ImageSharp/Common/Helpers/DebugGuard.cs
+++ b/src/ImageSharp/Common/Helpers/DebugGuard.cs
@@ -27,7 +27,7 @@ namespace SixLabors
}
///
- /// Verifies whether a condition (indicating disposed state) is met, throwing an ObjectDisposedException if it's false.
+ /// Verifies whether a condition (indicating disposed state) is met, throwing an ObjectDisposedException if it's true.
///
/// Whether the object is disposed.
/// The name of the object.