mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Fix spelling errors
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
This commit is contained in:
parent
323b8498ad
commit
dc3d1530bf
6 changed files with 9 additions and 9 deletions
|
|
@ -18,7 +18,7 @@ bool drm_bo_handle_table_ref(struct wlr_drm_bo_handle_table *table,
|
|||
assert(handle != 0);
|
||||
|
||||
if (handle > table->len) {
|
||||
// Grow linearily, because we don't expect the number of BOs to explode
|
||||
// Grow linearly, because we don't expect the number of BOs to explode
|
||||
size_t len = align(handle + 1, 512);
|
||||
size_t *nrefs = realloc(table->nrefs, len * sizeof(size_t));
|
||||
if (nrefs == NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue