浏览代码

match documentation

Samuel Thibault 14 年之前
父节点
当前提交
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 =