From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754991AbdKASE7 (ORCPT ); Wed, 1 Nov 2017 14:04:59 -0400 Received: from merlin.infradead.org ([205.233.59.134]:42596 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754945AbdKASE4 (ORCPT ); Wed, 1 Nov 2017 14:04:56 -0400 To: Jiri Kosina , LKML Cc: John Stultz , Thomas Gleixner , Stephen Boyd From: Randy Dunlap Subject: [PATCH trivial] kernel/time/Kconfig: fix typo in comment Message-ID: <0e586dd4-2b27-864e-c252-bc72df52fd01@infradead.org> Date: Wed, 1 Nov 2017 11:04:51 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Randy Dunlap Fix typo in Kconfig comment text. Signed-off-by: Randy Dunlap Cc: John Stultz Cc: Thomas Gleixner Cc: Stephen Boyd Cc: Jiri Kosina --- kernel/time/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- lnx-414-rc7.orig/kernel/time/Kconfig +++ lnx-414-rc7/kernel/time/Kconfig @@ -56,7 +56,7 @@ menu "Timers subsystem" # Core internal switch. Selected by NO_HZ_COMMON / HIGH_RES_TIMERS. This is # only related to the tick functionality. Oneshot clockevent devices -# are supported independ of this. +# are supported independent of this. config TICK_ONESHOT bool