From 5dae9c399ca45dfecf5ae8091e234444f8edfb3e Mon Sep 17 00:00:00 2001 From: zhang zhiyuan Date: Fri, 18 Mar 2022 12:39:54 +0800 Subject: [PATCH] Fix spelling mistake --- .../client_example_reporting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/iec61850_client_example_reporting/client_example_reporting.c b/examples/iec61850_client_example_reporting/client_example_reporting.c index 8a391982..6a29762f 100644 --- a/examples/iec61850_client_example_reporting/client_example_reporting.c +++ b/examples/iec61850_client_example_reporting/client_example_reporting.c @@ -126,7 +126,7 @@ main(int argc, char** argv) goto exit_error; } - /* prepare the parameters of the RCP */ + /* prepare the parameters of the RCB */ ClientReportControlBlock_setResv(rcb, true); ClientReportControlBlock_setTrgOps(rcb, TRG_OPT_DATA_CHANGED | TRG_OPT_QUALITY_CHANGED | TRG_OPT_GI); ClientReportControlBlock_setDataSetReference(rcb, "simpleIOGenericIO/LLN0$Events"); /* NOTE the "$" instead of "." ! */