Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751337AbbKBBAE (ORCPT ); Sun, 1 Nov 2015 20:00:04 -0500 Received: from mail-pa0-f44.google.com ([209.85.220.44]:34646 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751049AbbKBBAB (ORCPT ); Sun, 1 Nov 2015 20:00:01 -0500 Cc: trivial@kernel.org, ast@kernel.org, linux-kernel@vger.kernel.org To: netdev@vger.kernel.org From: Matthew Fernandez Subject: [PATCH] bpf: fix trivial comment typo Message-ID: <5636B557.1030804@gmail.com> Date: Mon, 2 Nov 2015 11:59:03 +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 67c380c..996db5c 100644 --- a/kernel/bpf/core.c +++ b/kernel/bpf/core.c @@ -456,7 +456,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/