summaryrefslogtreecommitdiff
path: root/src/lx_memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lx_memory.c')
-rw-r--r--src/lx_memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lx_memory.c b/src/lx_memory.c
index 992446f..9e14926 100644
--- a/src/lx_memory.c
+++ b/src/lx_memory.c
@@ -261,7 +261,7 @@ LXInitOffscreen(ScrnInfoPtr pScrni)
if (ptr == NULL) {
/* If we couldn't allocate what we wanted,
- * then allocate whats left */
+ * then allocate what's left */
ptr = GeodeAllocRemainder(pGeode);
}