summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Eckhardt <doomster@knuut.de>2010-02-21 20:12:01 +0100
committerUlrich Eckhardt <doomster@knuut.de>2010-02-21 20:12:01 +0100
commitde76f40172acb5a3e843612e90dd87b5a32037c6 (patch)
treef38aaf76454cc8bf2a055ad3ecd59a305044cff7
parent57ed373ccc90629a74edd34a415bcec72a107e49 (diff)
downloadxine-lib-de76f40172acb5a3e843612e90dd87b5a32037c6.tar.gz
xine-lib-de76f40172acb5a3e843612e90dd87b5a32037c6.tar.bz2
Typo fix
-rw-r--r--src/input/input_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_file.c b/src/input/input_file.c
index b0da2565d..4a1937390 100644
--- a/src/input/input_file.c
+++ b/src/input/input_file.c
@@ -292,7 +292,7 @@ static uint32_t file_plugin_get_blocksize (input_plugin_t *this_gen) {
}
/*
- * Return 1 is filepathname is a directory, otherwise 0
+ * Return 1 if filepathname is a directory, otherwise 0
*/
static int is_a_dir(char *filepathname) {
struct stat pstat;