diff options
author | Valentin Ilie <valentin.ilie@gmail.com> | 2013-04-05 15:42:26 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-04-05 15:03:09 -0700 |
commit | c6ac992b8f9225ac1aa6ac36cc5d7adb504a35ef (patch) | |
tree | 3f1a2c4a52e1b26e3eeb49f6ec3c0a090ac3fb78 | |
parent | db210da268ec537f8944ea5bc490184a6707c8a2 (diff) | |
download | op-kernel-dev-c6ac992b8f9225ac1aa6ac36cc5d7adb504a35ef.zip op-kernel-dev-c6ac992b8f9225ac1aa6ac36cc5d7adb504a35ef.tar.gz |
staging: speakup: selection.c fix typo in comment
Replace disallocated with deallocated
Signed-off-by: Valentin Ilie <valentin.ilie@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/speakup/selection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/speakup/selection.c b/drivers/staging/speakup/selection.c index 775af26..f0fb003 100644 --- a/drivers/staging/speakup/selection.c +++ b/drivers/staging/speakup/selection.c @@ -14,7 +14,7 @@ unsigned short spk_xs, spk_ys, spk_xe, spk_ye; /* our region points */ /* Variables for selection control. */ -/* must not be disallocated */ +/* must not be deallocated */ struct vc_data *spk_sel_cons; /* cleared by clear_selection */ static int sel_start = -1; |