浏览代码

doc: Fix typo.

Ludovic Courtès 13 年之前
父节点
当前提交
c7ae378c6f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/chapters/basic-api.texi

+ 1 - 1
doc/chapters/basic-api.texi

@@ -2548,7 +2548,7 @@ collect statistics about the kernel execution (used cycles, consumed power).
 @node OpenCL utilities
 @subsection OpenCL utilities
 
-@deftypefun {const char *}starpu_opencl_error_string (cl_int @var{status})
+@deftypefun {const char *} starpu_opencl_error_string (cl_int @var{status})
 Return the error message in English corresponding to @var{status}, an
 OpenCL error code.
 @end deftypefun