# HG changeset patch # User erik # Date 1280532859 0 # Node ID 799f8520914506bd219317f305c833e4ef6aca94 # Parent 9b8bfc56a7fe9c80a6a29e5584dc588c417481de Fix a spelling error in the comments diff -r 9b8bfc56a7fe -r 799f85209145 vm/vm.c --- a/vm/vm.c Fri Jul 30 23:34:16 2010 +0000 +++ b/vm/vm.c Fri Jul 30 23:34:19 2010 +0000 @@ -1507,7 +1507,7 @@ link_values = play_PGC(vm); break; case JumpSS_VMGM_MENU: - /* Jump to Video Manger domain - Title Menu:data1 or any PGC in VMG */ + /* Jump to Video Manager domain - Title Menu:data1 or any PGC in VMG */ /* Allowed from anywhere except the VTS Title domain */ /* Stop SPRM9 Timer and any GPRM counters */ assert((vm->state).domain != VTS_DOMAIN); /* ?? */