diff --git a/src/Android/Avalonia.Android/Platform/SkiaPlatform/AndroidFramebuffer.cs b/src/Android/Avalonia.Android/Platform/SkiaPlatform/AndroidFramebuffer.cs index 20361b113b..7db13704ab 100644 --- a/src/Android/Avalonia.Android/Platform/SkiaPlatform/AndroidFramebuffer.cs +++ b/src/Android/Avalonia.Android/Platform/SkiaPlatform/AndroidFramebuffer.cs @@ -79,7 +79,7 @@ namespace Avalonia.Android.Platform.SkiaPlatform internal struct ANativeWindow_Buffer { - // The number of pixels that are show horizontally. + // The number of pixels that are shown horizontally. public int width; // The number of pixels that are shown vertically.