Commit 0647e669 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Fix typo in comment

parent 8d38f05c
......@@ -192,7 +192,7 @@ STV_FileSize(int fd, const char *size, unsigned *granularity, const char *ctx)
if ((size == NULL || *size == '\0') && st.st_size != 0) {
/*
* We have no size specification, but an existing file,
* use it's existing size.
* use its existing size.
*/
l = st.st_size;
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment