Messages in this thread Patch in this message |  | | | Date | Sat, 2 Jul 2005 00:01:20 +0200 (CEST) | | From | Jesper Juhl <> | | Subject | [PATCH] Spelling fix for connector Kconfig entry |
| |
Fix a small spelling error in drivers/connector/Kconfig
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> --- drivers/connector/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.13-rc1-mm1-orig/drivers/connector/Kconfig 2005-07-01 23:46:15.000000000 +0200 +++ linux-2.6.13-rc1-mm1/drivers/connector/Kconfig 2005-07-01 23:55:09.000000000 +0200 @@ -18,8 +18,8 @@ It adds a connector in kernel/exit.c:do_exit() function. When a exit occurs, netlink is used to transfer information about the process and its parent. This information can be used by a user space application. - The exit connector can be enable/disable by sending a message to the - connector with the corresponding group id. + The exit connector can be enabled/disabled by sending a message to + the connector with the corresponding group id. config FORK_CONNECTOR bool "Enable fork connector"
- 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/
|  |