@@ -15,7 +15,7 @@
#include "native_mate/wrappable.h"
#include "atom/common/node_includes.h"
-#include "atom_natives.h" // NOLINT: This file is generated with coffee2c.
+#include "atom_natives.h" // NOLINT: This file is generated with js2c.
namespace {
@@ -45,7 +45,7 @@ void CrashReporterMac::InitBreakpad(const std::string& product_name,
std::vector<std::string> args = {
"--no-rate-limit",
- "--no-upload-gzip", // no all servers accept gzip
+ "--no-upload-gzip", // not all servers accept gzip
};
crashpad::CrashpadClient crashpad_client;