and I quote:
SQLcl: Release 4.2.0.15.177.0246 RC on Thu Nov 12 19:10:40 2015
Copyright (c) 1982, 2015, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production
SQL> COMMENT ON MATERIALIZED VIEW "JANM_CRMACC" IS 'snapshot table for snapshot CERBERUS_DEV.JANM_CRMACC';
Comment on materialized view IS succeeded.
SQL>
With or without the quotes around the MV name.
This was created by impdp with SQLFILE=file.sql option.
From SQL Dev or command line (naturally).
SQLPlus reports "Comment created"