Debug Screen: - Skin Engine RAM usage - fix a small typo

- s/Ram/RAM/

Change-Id: I65ea87b5b2fce85d8d1a0cfaec06fb2c47aaa79f
Reviewed-on: http://gerrit.rockbox.org/415
Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
This commit is contained in:
Hayden Pearce 2013-03-05 15:07:34 +13:00 committed by Jonathan Gordon
parent d8a38714c3
commit cdf5429ead

View file

@ -2287,7 +2287,7 @@ static const struct {
#ifndef APPLICATION
{ "Screendump", dbg_screendump },
#endif
{ "Skin Engine Ram usage", dbg_skin_engine },
{ "Skin Engine RAM usage", dbg_skin_engine },
#endif
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
{ "View HW info", dbg_hw_info },