chiark / gitweb /
doc/clang.tex: Fix terrible English in description of pointer types.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 May 2016 13:27:40 +0000 (14:27 +0100)
doc/clang.tex

index 40bb6437b6dbd1913758258e2a5b1512e55b2e51..4cc7950c1902bc0da3d77edc11f7c73ebb31c10b 100644 (file)
@@ -520,8 +520,8 @@ protocol.
 
 \subsection{Pointer types} \label{sec:clang.c-types.pointer}
 
-Pointers compound types.  The subtype of a pointer type is the type it points
-to.
+Pointers are compound types.  The subtype of a pointer type is the type it
+points to.
 
 \begin{describe}{cls}
     {c-pointer-type (qualifiable-c-type) \&key :qualifiers :subtype}