diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2022-05-01 20:25:09 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2022-05-01 20:25:09 +0200 |
commit | d83cf3635d9397f1dd092608276c7072ed39dd91 (patch) | |
tree | 4a8d186a6b13163e207873f09f67e494b728d381 /src/lx_memory.c | |
parent | e8b23199e5d87551d4ba5e6156ec008ed19cb0d9 (diff) | |
parent | 27ea30c38994b689d6e27e8fac8c63d69179f9b5 (diff) |
Merge remote-tracking branch 'origin/master' into obsd
Diffstat (limited to 'src/lx_memory.c')
-rw-r--r-- | src/lx_memory.c | 2 |
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); } |