mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
Fix typos
Typos found with codespell and during code audit. Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
This commit is contained in:
parent
8cad6f7b82
commit
cc06c3825f
4 changed files with 6 additions and 6 deletions
|
|
@ -686,7 +686,7 @@ TEST(connection_marshal_big_enough)
|
|||
|
||||
TEST(connection_marshal_unbounded_boundary_size)
|
||||
{
|
||||
/* A string of lenth 8178 requires a buffer size of exactly 2^13. */
|
||||
/* A string of length 8178 requires a buffer size of exactly 2^13. */
|
||||
struct marshal_data data;
|
||||
char *big_string = malloc(8178);
|
||||
assert(big_string);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue