From cf7f1f46737b81d24253e49ec546fa0cc6c0d7c6 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Thu, 26 May 2016 09:26:09 +0100 Subject: [PATCH] doc/clang.tex: Fix terrible English in description of pointer types. Organization: Straylight/Edgeware From: Mark Wooding --- doc/clang.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- [mdw]