Index: sources/ApplicationController.h =================================================================== diff -u -rab150ad8b7a72e49de84e11343927d83fbbf7ba0 -r8d5fe7d63e3d86e9d89d5f824347d34479e4e9ec --- sources/ApplicationController.h (.../ApplicationController.h) (revision ab150ad8b7a72e49de84e11343927d83fbbf7ba0) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision 8d5fe7d63e3d86e9d89d5f824347d34479e4e9ec) @@ -162,7 +162,7 @@ /*! * \brief didPOSTPass * \details This signal will be emitted when UI is done with the POST and will let other layers to know the result. - * As an example the Manufacturing will not start if the POST failed since it needs POST info for the Encrypted partition. + * As an example the Manufacturing or update will not start if the POST failed since it needs POST info for the Encrypted partition. * \param vPass - true if passed. */ void didPOSTPass (bool vPass);