summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/opengl/qwindowsurface_gl.cpp2
-rw-r--r--src/openvg/qwindowsurface_vg.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/opengl/qwindowsurface_gl.cpp b/src/opengl/qwindowsurface_gl.cpp
index a4f581b0c0..8494283feb 100644
--- a/src/opengl/qwindowsurface_gl.cpp
+++ b/src/opengl/qwindowsurface_gl.cpp
@@ -614,7 +614,7 @@ void QGLWindowSurface::flush(QWidget *widget, const QRegion &rgn, const QPoint &
if (window() != widget) {
// For performance reasons we don't support
// flushing native child widgets on Symbian.
- // It breaks overlapping native child widget
+ // It breaks overlapping native child widget
// rendering in some cases but we prefer performance.
return;
}
diff --git a/src/openvg/qwindowsurface_vg.cpp b/src/openvg/qwindowsurface_vg.cpp
index 31ccc1cf2f..dcc5d6a6d6 100644
--- a/src/openvg/qwindowsurface_vg.cpp
+++ b/src/openvg/qwindowsurface_vg.cpp
@@ -83,7 +83,7 @@ void QVGWindowSurface::flush(QWidget *widget, const QRegion &region, const QPoin
if (window() != widget) {
// For performance reasons we don't support
// flushing native child widgets on Symbian.
- // It breaks overlapping native child widget
+ // It breaks overlapping native child widget
// rendering in some cases but we prefer performance.
return;
}