瀏覽代碼

doc/chapters/advanced-examples.texi: typo

Nathalie Furmento 12 年之前
父節點
當前提交
2957911ae2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      doc/chapters/advanced-examples.texi

+ 2 - 2
doc/chapters/advanced-examples.texi

@@ -1278,9 +1278,9 @@ the field @code{dyn_handles} when defining a task and the field
 
 @cartouche
 @smallexample
-enum starpu_access_mode modes[STARPU_NMAXBUFS+1] = {
+enum starpu_access_mode modes[STARPU_NMAXBUFS+1] = @{
 	STARPU_R, STARPU_R, ...
-};
+@};
 
 struct starpu_codelet dummy_big_cl =
 @{