Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932886AbbKEAK7 (ORCPT ); Wed, 4 Nov 2015 19:10:59 -0500 Received: from mail-pa0-f51.google.com ([209.85.220.51]:36737 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932373AbbKEAK6 (ORCPT ); Wed, 4 Nov 2015 19:10:58 -0500 To: netdev@vger.kernel.org Cc: trivial@kernel.org, ast@kernel.org, linux-kernel@vger.kernel.org From: Matthew Fernandez Subject: [PATCH net v2] bpf: fix trivial comment typo Message-ID: <563A9E50.9020105@gmail.com> Date: Thu, 5 Nov 2015 11:09:52 +1100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 821 Lines: 22 bpf: fix trivial comment typo Signed-off-by: Matthew Fernandez diff --git a/kernel/bpf/core.c b/kernel/bpf/core.c index 334b1bd..0bd41f5 100644 --- a/kernel/bpf/core.c +++ b/kernel/bpf/core.c @@ -462,7 +462,7 @@ select_insn: /* ARG1 at this point is guaranteed to point to CTX from * the verifier side due to the fact that the tail call is - * handeled like a helper, that is, bpf_tail_call_proto, + * handled like a helper, that is, bpf_tail_call_proto, * where arg1_type is ARG_PTR_TO_CTX. */ insn = prog->insnsi; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/