diff options
author | Dan Williams <dcbw@redhat.com> | 2013-01-09 11:11:27 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2013-01-14 13:50:27 -0600 |
commit | fe7438973ad11c9ca2cd78b85f7f97a31a3f23e6 (patch) | |
tree | c7963a36b1ea7e4e412dc9fe227da50cea8fcc13 /src/mm-iface-modem-cdma.c | |
parent | 7489951f88c3e96f811dedc7b352baf8dd1d4f29 (diff) |
trivial: fix comment
Diffstat (limited to 'src/mm-iface-modem-cdma.c')
-rw-r--r-- | src/mm-iface-modem-cdma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-iface-modem-cdma.c b/src/mm-iface-modem-cdma.c index d582fb3d..ff3183a2 100644 --- a/src/mm-iface-modem-cdma.c +++ b/src/mm-iface-modem-cdma.c @@ -824,8 +824,8 @@ registration_check_step (RunRegistrationChecksContext *ctx) MM_IFACE_MODEM_CDMA_GET_INTERFACE (ctx->self)->get_detailed_registration_state && MM_IFACE_MODEM_CDMA_GET_INTERFACE (ctx->self)->get_detailed_registration_state_finish) { /* We pass the CDMA1x/EVDO registration states we got up to now. - * If the implementation can't improve the detail, it can either - * must return the values it already got as input, or issue an error, + * If the implementation can't improve the detail, it must either + * return the values it already got as input, or issue an error, * and we'll assume it couldn't get any better value. */ MM_IFACE_MODEM_CDMA_GET_INTERFACE (ctx->self)->get_detailed_registration_state ( ctx->self, |