diff options
Diffstat (limited to 'libdvdnav/decoder.c')
-rw-r--r-- | libdvdnav/decoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdvdnav/decoder.c b/libdvdnav/decoder.c index 9586b30..007fe35 100644 --- a/libdvdnav/decoder.c +++ b/libdvdnav/decoder.c @@ -217,11 +217,11 @@ static int32_t eval_special_instruction(command_t* command, int32_t cond) { /* max number of rows < 256, so we will end this set */ line = 256; return cond ? 256 : 0; - case 3: /* Set temporary tqparental level and goto */ + case 3: /* Set temporary parental level and goto */ line = vm_getbits(command, 7, 8); level = vm_getbits(command, 11, 4); if(cond) { - /* This always succeeds now, if we want real tqparental protection */ + /* This always succeeds now, if we want real parental protection */ /* we need to ask the user and have passwords and stuff. */ command->registers->SPRM[13] = level; } |