diff options
author | Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 2010-02-01 15:57:15 -0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-24 13:51:32 +0100 |
commit | a8ab0102d7f031e477dbe31450d5b69d40bea324 (patch) | |
tree | bb96c465a425a5b7c8a9e85ea2c66f501571612d | |
parent | e21a05cb408bb9f244f11a0813d4b355dad0822e (diff) | |
download | linux-3.10-a8ab0102d7f031e477dbe31450d5b69d40bea324.tar.gz linux-3.10-a8ab0102d7f031e477dbe31450d5b69d40bea324.tar.bz2 linux-3.10-a8ab0102d7f031e477dbe31450d5b69d40bea324.zip |
doc: fix console doc typo
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | Documentation/console/console.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/console/console.txt b/Documentation/console/console.txt index 877a1b26cc3..926cf1b5e63 100644 --- a/Documentation/console/console.txt +++ b/Documentation/console/console.txt @@ -74,7 +74,7 @@ driver takes over the consoles vacated by the driver. Binding, on the other hand, will bind the driver to the consoles that are currently occupied by a system driver. -NOTE1: Binding and binding must be selected in Kconfig. It's under: +NOTE1: Binding and unbinding must be selected in Kconfig. It's under: Device Drivers -> Character devices -> Support for binding and unbinding console drivers |