Fix phonebook comment to report CSCS
authorYang Gu <yang.gu@intel.com>
Mon, 27 Jul 2009 05:56:22 +0000 (13:56 +0800)
committerDenis Kenzior <denkenz@gmail.com>
Mon, 27 Jul 2009 22:10:04 +0000 (17:10 -0500)
drivers/atmodem/phonebook.c

index 4c6b4f4..71b8921 100644 (file)
@@ -463,7 +463,7 @@ static void at_list_charsets_cb(gboolean ok, GAtResult *result,
        if (!g_at_result_iter_next(&iter, "+CSCS:"))
                goto error;
 
-       /* Some modems don't report CPBS in a proper list */
+       /* Some modems don't report CSCS in a proper list */
        if (g_at_result_iter_open_list(&iter))
                in_list = TRUE;