[PATCH 12/16] shared: fix a typo in a comment

Abdur Rehman arehmanq199 at gmail.com
Sun Jan 1 14:46:42 UTC 2017


Signed-off-by: Abdur Rehman <arehmanq199 at gmail.com>
---
 shared/os-compatibility.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared/os-compatibility.c b/shared/os-compatibility.c
index 0599974..551f2a9 100644
--- a/shared/os-compatibility.c
+++ b/shared/os-compatibility.c
@@ -144,7 +144,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.
  */
-- 
1.9.1



More information about the wayland-devel mailing list