diff options
-rw-r--r-- | docs/examples/multi-app.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/multi-app.c b/docs/examples/multi-app.c index 065d48d92..6dcb68b56 100644 --- a/docs/examples/multi-app.c +++ b/docs/examples/multi-app.c @@ -21,8 +21,8 @@ ***************************************************************************/ /* <DESC> * A basic application source code using the multi interface doing two - * transfers in parallel. */ -* </DESC> + * transfers in parallel. + * </DESC> */ #include <stdio.h> |