aboutsummaryrefslogtreecommitdiff
path: root/cast/common/public/receiver_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'cast/common/public/receiver_info.h')
-rw-r--r--cast/common/public/receiver_info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cast/common/public/receiver_info.h b/cast/common/public/receiver_info.h
index 445797ef..c4e82c82 100644
--- a/cast/common/public/receiver_info.h
+++ b/cast/common/public/receiver_info.h
@@ -87,10 +87,10 @@ struct ReceiverInfo {
// Status of the service instance.
ReceiverStatus status = ReceiverStatus::kIdle;
- // The model name of the device, e.g. “Eureka v1”, “Mollie”.
+ // The model name of the receiver, e.g. “Eureka v1”, “Mollie”.
std::string model_name;
- // The friendly name of the device, e.g. “Living Room TV".
+ // The friendly name of the receiver, e.g. “Living Room TV".
std::string friendly_name;
private: