From d15da991a0c0c507fb0ae74577c2a6fa9231f041 Mon Sep 17 00:00:00 2001 From: scop Date: Wed, 30 Mar 2005 20:14:03 +0000 Subject: Comment typo fixes. --- dxr3spuencoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dxr3spuencoder.c') diff --git a/dxr3spuencoder.c b/dxr3spuencoder.c index df056e6..ebfe0df 100644 --- a/dxr3spuencoder.c +++ b/dxr3spuencoder.c @@ -133,7 +133,7 @@ int cSPUEncoder::Cmd(OSD_Command cmd, int color, int x0, int y0, int x1, int y1, break; case OSD_Close: - // clear colors from plattemanager + // clear colors from palettemanager // set windows position to 0 m_windows[m_lastwindow].x0 = 0; @@ -148,7 +148,7 @@ int cSPUEncoder::Cmd(OSD_Command cmd, int color, int x0, int y0, int x1, int y1, break; case OSD_Clear: - // Sets all pixel to color 0 + // Sets all pixels to color 0 // returns 0 on success // This should be done in cSPUEncoder::cSPUEncoder -- cgit v1.2.3