2014-11-10 15:19:31

by Chris Rorvick

[permalink] [raw]
Subject: [PATCH] oprofile: Fix grammar in Kconfig help.

"user" does not start with a vowel sound, thus "a user" is correct.

https://owl.english.purdue.edu/owl/resource/591/01/

Signed-off-by: Chris Rorvick <[email protected]>
---
arch/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/Kconfig b/arch/Kconfig
index 97ff872..c566511 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -23,7 +23,7 @@ config OPROFILE_EVENT_MULTIPLEX
The number of hardware counters is limited. The multiplexing
feature enables OProfile to gather more events than counters
are provided by the hardware. This is realized by switching
- between events at an user specified time interval.
+ between events at a user specified time interval.

If unsure, say N.

--
1.9.3