From bcec51738ef47e7c36ffdc694450c3586a7ad829 Mon Sep 17 00:00:00 2001 From: Michael Bullis Date: Wed, 24 Mar 2021 14:41:10 -0500 Subject: [PATCH] rpc_demo: fix spelling and grammar in code comment There were some minor typos in the top level comment block for the rpc_demo.c example. Signed-off-by: Michael Bullis --- apps/examples/rpc_demo/rpc_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/examples/rpc_demo/rpc_demo.c b/apps/examples/rpc_demo/rpc_demo.c index d0c785fb9..a11cc8a52 100644 --- a/apps/examples/rpc_demo/rpc_demo.c +++ b/apps/examples/rpc_demo/rpc_demo.c @@ -4,7 +4,7 @@ /* This is a sample demonstration application that showcases usage of proxy from the remote core. This application is meant to run on the remote CPU running baremetal. - This applicationr can print to to master console and perform file I/O using proxy mechanism. */ + This application can print to the master console and perform file I/O using proxy mechanism. */ #include #include