diff -r 5cc91383ab1e -r 7333d7932ef7 installationservices/swi/inc/progressbar.h --- a/installationservices/swi/inc/progressbar.h Thu Aug 19 10:02:49 2010 +0300 +++ b/installationservices/swi/inc/progressbar.h Tue Aug 31 15:21:33 2010 +0300 @@ -30,7 +30,7 @@ /// How many increments to update the bar on the uninstall of a file const static TInt KProgressBarUninstallAmount=1; - /// How many bytes to copy before updating the progress bar by one increment. + /// How many bytes to copy before updating the progress bar by one increment const static TInt KProgressBarInstallChunkSize=1048576; //1MB /// The extra increment we add onto the end to make there always be some progress.