소스 검색

doc/chapters/c-extensions.texi: correct link name, the html file is called starpu.html not gcc.html

Nathalie Furmento 13 년 전
부모
커밋
2808080a3d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/chapters/c-extensions.texi

+ 1 - 1
doc/chapters/c-extensions.texi

@@ -75,7 +75,7 @@ choose any of its implementations.
 
 Tasks and their implementations must be @emph{declared}.  These
 declarations are annotated with @dfn{attributes} (@pxref{Attribute
-Syntax, attributes in GNU C,, gcc, Using the GNU Compiler Collection
+Syntax, attributes in GNU C,, starpu, Using the GNU Compiler Collection
 (GCC)}): the declaration of a task is a regular C function declaration
 with an additional @code{task} attribute, and task implementations are
 declared with a @code{task_implementation} attribute.