Skip to content

Commit

Permalink
rpc_demo: fix spelling and grammar in code comment
Browse files Browse the repository at this point in the history
There were some minor typos in the top level comment
block for the rpc_demo.c example.

Signed-off-by: Michael Bullis <mcbullisisu@gmail.com>
  • Loading branch information
mcbullisisu authored and arnopo committed Apr 16, 2021
1 parent b8aa68e commit bcec517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/examples/rpc_demo/rpc_demo.c
Expand Up @@ -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 <stdio.h>
#include <string.h>
Expand Down

0 comments on commit bcec517

Please sign in to comment.