diff --git a/features/cellular/framework/API/CellularNetwork.h b/features/cellular/framework/API/CellularNetwork.h index bbefd82ee1..a3f7f010b5 100644 --- a/features/cellular/framework/API/CellularNetwork.h +++ b/features/cellular/framework/API/CellularNetwork.h @@ -225,7 +225,7 @@ public: /** Get the current network registering mode * - * @param on successful return contains the current network registering mode + * @param mode on successful return contains the current network registering mode * @return zero on success */ virtual nsapi_error_t get_network_registering_mode(NWRegisteringMode& mode) = 0;