changeset 410:799f85209145 src

Fix a spelling error in the comments
author erik
date Fri, 30 Jul 2010 23:34:19 +0000
parents 9b8bfc56a7fe
children ce9b314b6e43
files vm/vm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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); /* ?? */