You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/11/27 11:18:11 UTC

[incubator-nuttx-apps] branch master updated: testing/getprime/getprime_main.c: Fix a comment

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new e1a7c25  testing/getprime/getprime_main.c: Fix a comment
e1a7c25 is described below

commit e1a7c2539e8a7c4c885b47d059ba876f598fd8c0
Author: Yoshinori Sugino <ys...@gmail.com>
AuthorDate: Fri Nov 27 19:02:53 2020 +0900

    testing/getprime/getprime_main.c: Fix a comment
---
 testing/getprime/getprime_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/getprime/getprime_main.c b/testing/getprime/getprime_main.c
index b4342e9..bace610 100644
--- a/testing/getprime/getprime_main.c
+++ b/testing/getprime/getprime_main.c
@@ -151,7 +151,7 @@ static void get_prime_in_parallel(int n)
  ****************************************************************************/
 
 /****************************************************************************
- * smp_main
+ * getprime_main
  ****************************************************************************/
 
 int main(int argc, FAR char *argv[])