Index: ceee/installer_dll/installer_helper.cc |
=================================================================== |
--- ceee/installer_dll/installer_helper.cc (revision 70265) |
+++ ceee/installer_dll/installer_helper.cc (working copy) |
@@ -298,7 +298,7 @@ |
// |
// This is not the actual entrypoint; see the macro right below this |
// function, which keeps us safe from ever forgetting to check for |
-// the --enable-ceee flag. |
+// the --ceee flag. |
STDAPI DllRegisterServerImpl(void) { |
HRESULT hr = _AtlModule.DllRegisterServer(FALSE); |
@@ -351,7 +351,7 @@ |
// Removes entries from the system registry. |
STDAPI DllUnregisterServer(void) { |
- // We always allow unregistration, even if no --enable-ceee install flag. |
+ // We always allow unregistration, even if no --ceee install flag. |
// |
// We also always unregister Firefox components, regardless of whether the |
// --enable-ff-ceee flag is set; unregistration is idempotent. |