aboutsummaryrefslogtreecommitdiff
path: root/host/commands/modem_simulator/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/commands/modem_simulator/main.cpp')
-rw-r--r--host/commands/modem_simulator/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/commands/modem_simulator/main.cpp b/host/commands/modem_simulator/main.cpp
index a979c3662..b0ebf6474 100644
--- a/host/commands/modem_simulator/main.cpp
+++ b/host/commands/modem_simulator/main.cpp
@@ -28,7 +28,7 @@
#include "host/libs/config/cuttlefish_config.h"
// we can start multiple modems simultaneously; each modem
-// will listent to one server fd for incoming sms/phone call
+// will listen to one server fd for incoming sms/phone call
// there should be at least 1 valid fd
DEFINE_string(server_fds, "", "A comma separated list of file descriptors");
DEFINE_int32(sim_type, 1, "Sim type: 1 for normal, 2 for CtsCarrierApiTestCases");
@@ -92,7 +92,7 @@ int ModemSimulatorMain(int argc, char** argv) {
}
auto nvram_config = NvramConfig::Get();
- auto nvram_config_file = nvram_config->ConfigFileLocation();
+ const auto nvram_config_file = nvram_config->ConfigFileLocation();
// Start channel monitor, wait for RIL to connect
int32_t modem_id = 0;