aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-07-15 15:04:20 +0200
committerNico Vertriest <nico.vertriest@digia.com>2015-07-15 13:57:21 +0000
commita169d310e4ecf54ce3577ae46cfc45eb9d308a13 (patch)
tree7731366d84890993189dfd13634989cbc1849f05 /src/particles
parent6a21d5e36771bdd3e8b5915402e5cbe663469aba (diff)
Doc: replace Mac OS X with OS X
Task-number: QTBUG-40759 Change-Id: If21b4551eb95af3370cc21edd7a6721fc06e1346 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/particles')
-rw-r--r--src/particles/qquickimageparticle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particles/qquickimageparticle.cpp b/src/particles/qquickimageparticle.cpp
index c0e1b4e422..7df3299325 100644
--- a/src/particles/qquickimageparticle.cpp
+++ b/src/particles/qquickimageparticle.cpp
@@ -1271,7 +1271,7 @@ void QQuickImageParticle::finishBuildParticleNodes(QSGNode** node)
#endif
#ifdef Q_OS_MAC
- // Mac OS X 10.8.3 introduced a bug in the AMD drivers, for at least the 2011 macbook pros,
+ // OS X 10.8.3 introduced a bug in the AMD drivers, for at least the 2011 macbook pros,
// causing point sprites who read gl_PointCoord in the frag shader to come out as
// green-red blobs.
if (perfLevel < Deformable && strstr((char *) glGetString(GL_VENDOR), "ATI")) {