From: Mark Wooding Date: Thu, 26 May 2016 08:26:09 +0000 (+0100) Subject: doc/clang.tex: Fix terrible English in description of pointer types. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/cf7f1f46737b81d24253e49ec546fa0cc6c0d7c6 doc/clang.tex: Fix terrible English in description of pointer types. --- diff --git a/doc/clang.tex b/doc/clang.tex index 40bb643..4cc7950 100644 --- a/doc/clang.tex +++ b/doc/clang.tex @@ -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}