Fix typo in comment

This commit is contained in:
Arthur Moore 2015-03-12 19:33:07 -04:00
parent 5b00ea2b3d
commit aa98e8e7a9
1 changed files with 1 additions and 1 deletions

View File

@ -1077,7 +1077,7 @@ DrawingPanel::DrawingPanel(int _width, int _height) :
iFilter->setWidth(width);
iFilter->setHeight(height);
//Do a quick run to initalize the filter
//Do a quick run to initialize the filter
//\TODO: Fix the filters so this is no longer needed
myFilter->run(reinterpret_cast<u32 *>(&todraw), reinterpret_cast<u32 *>(&todraw), height);