Fix a typo in the comment

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20422 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2009-03-21 09:24:40 +00:00
parent 1a6bcfa2c1
commit 249800c1ae

View file

@ -425,7 +425,7 @@ enum plugin_status plugin_start(const void* parameter)
temp_changed = (value == NULL) || (color != old_color);
break;
default:
/* Should never happend but makes compiler happy */
/* Should never happen but makes compiler happy */
temp_changed = false;
}