summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2020-12-17 15:40:58 -0500
committerMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2020-12-17 16:03:14 -0500
commit0f0951d5c4d62fa5d1f2ccb5e69354b5116220a5 (patch)
treef3a65acdf557dcb9a961d0b4c08c21c1283abe13
parentb52e71c8ec1659aaefd970f1f284ece39d04ef05 (diff)
downloadwayland-0f0951d5c4d62fa5d1f2ccb5e69354b5116220a5.tar.gz
cursor: fix typo "insufficent"
-rw-r--r--cursor/os-compatibility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cursor/os-compatibility.c b/cursor/os-compatibility.c
index 9eac229..8d51e52 100644
--- a/cursor/os-compatibility.c
+++ b/cursor/os-compatibility.c
@@ -101,7 +101,7 @@ create_tmpfile_cloexec(char *tmpname)
*
* If the C library implements posix_fallocate(), it is used to
* guarantee that disk space is available for the file at the
- * given size. If disk space is insufficent, errno is set to ENOSPC.
+ * given size. If disk space is insufficient, errno is set to ENOSPC.
* If posix_fallocate() is not supported, program may receive
* SIGBUS on accessing mmap()'ed file contents instead.
*