diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Grid.cs b/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Grid.cs
index c18d6230b8d..d1f57f02fc0 100644
--- a/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Grid.cs
+++ b/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/Grid.cs
@@ -2084,7 +2084,7 @@ private double CalculateDesiredSize(
///
/// Array of definitions to process.
/// Final size to lay out to.
- /// True if sizing row definitions, false for columns
+ /// True if sizing row definitions, false for columns
private void SetFinalSize(
DefinitionBase[] definitions,
double finalSize,