From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754690AbeD3P3S (ORCPT ); Mon, 30 Apr 2018 11:29:18 -0400 Received: from one.firstfloor.org ([193.170.194.197]:47718 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754012AbeD3P3R (ORCPT ); Mon, 30 Apr 2018 11:29:17 -0400 Date: Mon, 30 Apr 2018 08:29:14 -0700 From: Andi Kleen To: Arnaldo Carvalho de Melo Cc: Colin King , Ingo Molnar , Andi Kleen , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] perf vendor events: fix spelling mistake: "alloacated" -> "allocated" Message-ID: <20180430152914.q26ehqszf7la3n3p@two.firstfloor.org> References: <20180427185206.16347-1-colin.king@canonical.com> <20180430135256.GA3557@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180430135256.GA3557@kernel.org> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 30, 2018 at 10:52:56AM -0300, Arnaldo Carvalho de Melo wrote: > Em Fri, Apr 27, 2018 at 07:52:06PM +0100, Colin King escreveu: > > From: Colin Ian King > > > > Trivial fix to spelling mistakes in json text strings > > These files are generated from other files, so any future update to them > will bring back the spelling mistakes, so, as Andi pointed out > previously, we better fix the spellings in the original files, > maintained by Intel. Thanks. I forwarded to the right people. -Andi