mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-21 01:40:16 -05:00
Fix some spelling mistakes
This commit is contained in:
parent
ef1bab6559
commit
104fe2fa55
9 changed files with 12 additions and 12 deletions
2
render.c
2
render.c
|
|
@ -610,7 +610,7 @@ grid_render_scroll(struct terminal *term, struct buffer *buf,
|
|||
* So, we need to figure out when to SHM scroll, and when to
|
||||
* memmove.
|
||||
*
|
||||
* For now, assume that the both methods perform rougly the same,
|
||||
* For now, assume that the both methods perform roughly the same,
|
||||
* given an equal number of bytes to move/allocate, and use the
|
||||
* method that results in the least amount of bytes to touch.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue