From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9pPR-0005vy-M1 for qemu-devel@nongnu.org; Tue, 09 Oct 2018 06:38:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9pPP-0002DP-MV for qemu-devel@nongnu.org; Tue, 09 Oct 2018 06:38:37 -0400 MIME-Version: 1.0 References: <1539080467-2976-1-git-send-email-liq3ea@gmail.com> In-Reply-To: From: Li Qiang Date: Tue, 9 Oct 2018 18:37:56 +0800 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] memory.h: fix types in comments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , Qemu Developers , qemu-trivial@nongnu.org Peter Maydell =E4=BA=8E2018=E5=B9=B410=E6=9C=889= =E6=97=A5=E5=91=A8=E4=BA=8C =E4=B8=8B=E5=8D=886:26=E5=86=99=E9=81=93=EF=BC= =9A > On 9 October 2018 at 11:21, Li Qiang wrote: > > Signed-off-by: Li Qiang > > --- > > include/exec/memory.h | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > Thanks. Contents of patch > Reviewed-by: Peter Maydell > > but the commit message should say "fix typos", not "fix types" > (a 'typo' is a typing mistake; a 'type' is something like "uint32_t".) > > Indeed, hope the maintainer can fix this typo when queuing this patch, :) In additon, Cc: qemu-trivial@nongnu.org > > thanks > -- PMM >