Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1368927
| From | Eric Biggers <ebiggers3@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] lib/Kconfig.debug: fix typo in help for new option |
| Date | 2016-04-01 03:30 +0200 |
| Message-ID | <riW4q-5fB-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Signed-off-by: Eric Biggers <ebiggers3@gmail.com> --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 1e9a607..e6071ba 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1486,7 +1486,7 @@ config CPU_HOTPLUG_STATE_CONTROL option for now as the hotplug machinery cannot be stopped and restarted at arbitrary points yet. - Say N if your are unsure. + Say N if you are unsure. config NOTIFIER_ERROR_INJECTION tristate "Notifier error injection" -- 2.7.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] lib/Kconfig.debug: fix typo in help for new option Eric Biggers <ebiggers3@gmail.com> - 2016-04-01 03:30 +0200
csiph-web