소스 검색

match documentation

Samuel Thibault 15 년 전
부모
커밋
3087a04671
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/basic_examples/hello_world.c

+ 1 - 1
examples/basic_examples/hello_world.c

@@ -51,7 +51,7 @@ void cpu_func(void *buffers[], void *cl_arg)
 {
 	struct params *params = cl_arg;
 
-	printf("Hello world (array = {%i, %f} )\n", params->i, params->f);
+	printf("Hello world (params = {%i, %f} )\n", params->i, params->f);
 }
 
 starpu_codelet cl =