summaryrefslogtreecommitdiffstats
path: root/vobsub.c
diff options
context:
space:
mode:
Diffstat (limited to 'vobsub.c')
-rw-r--r--vobsub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vobsub.c b/vobsub.c
index bab6e0f62f..e46ee59cc6 100644
--- a/vobsub.c
+++ b/vobsub.c
@@ -45,7 +45,7 @@ static rar_stream_t *
rar_open(const char *const filename, const char *const mode)
{
rar_stream_t *stream;
- /* unrarlib can only read */
+ /* unrar_exec can only read */
if (strcmp("r", mode) && strcmp("rb", mode)) {
errno = EINVAL;
return NULL;