summaryrefslogtreecommitdiff
path: root/shared/os-compatibility.c
diff options
context:
space:
mode:
authorAbdur Rehman <arehmanq199@gmail.com>2017-01-01 19:46:42 +0500
committerDaniel Stone <daniels@collabora.com>2017-01-03 11:59:09 +0000
commitb5f838d90fa3ea9ae0fd5112e014afc286bbcc16 (patch)
treed1873a6f45d5721825010354f05c85e469a8355b /shared/os-compatibility.c
parent5735eedb4391135fc44c566dbe29ae2f7610eb2e (diff)
shared: fix a typo in a comment
Signed-off-by: Abdur Rehman <arehmanq199@gmail.com> Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
Diffstat (limited to 'shared/os-compatibility.c')
-rw-r--r--shared/os-compatibility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/os-compatibility.c b/shared/os-compatibility.c
index 05999745..551f2a99 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.
*/