aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2019-06-12 00:16:48 +0200
committerUlrich Sibiller <uli42@gmx.de>2019-06-19 00:39:58 +0200
commit2b25eb3d2fb4b2a50c0c746dfe967cfb82e38e1c (patch)
treeaf13a38a7ec77056e33c1ac68ba3eefcf7cffd10 /nx-X11
parent1bfafc127c82b87bbb398bbd7c6984144c3fb3eb (diff)
downloadnx-libs-2b25eb3d2fb4b2a50c0c746dfe967cfb82e38e1c.tar.gz
nx-libs-2b25eb3d2fb4b2a50c0c746dfe967cfb82e38e1c.tar.bz2
nx-libs-2b25eb3d2fb4b2a50c0c746dfe967cfb82e38e1c.zip
Pixmap.c: fix comment phrasing/spelling
Diffstat (limited to 'nx-X11')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Pixmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Pixmap.c b/nx-X11/programs/Xserver/hw/nxagent/Pixmap.c
index be154f9c2..676a0aebb 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Pixmap.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Pixmap.c
@@ -1355,7 +1355,7 @@ Bool nxagentPixmapOnShadowDisplay(PixmapPtr pMap)
/*
FIXME: If the pixmap has a different depth from the window, the
- XPutImage returns a BadMatch. For example this may happens if
+ XPutImage returns a BadMatch. For example this may happen if
the Render extension is enabled.
Can we fix this creating a new pixmap?
*/
@@ -1372,7 +1372,7 @@ FIXME: If the pixmap has a different depth from the window, the
/*
* If the framebuffer is updated continuously, the nxagent
- * visualization become too much slow.
+ * visualization becomes much too slow.
*/
if ((GetTimeInMillis() - showTime) < 500)