From: Valentin Ilie Date: Fri, 5 Apr 2013 12:42:26 +0000 (+0300) Subject: staging: speakup: selection.c fix typo in comment X-Git-Tag: v3.10-rc1~192^2~269 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6ac992b8f9225ac1aa6ac36cc5d7adb504a35ef;p=platform%2Fkernel%2Flinux-stable.git staging: speakup: selection.c fix typo in comment Replace disallocated with deallocated Signed-off-by: Valentin Ilie Signed-off-by: Greg Kroah-Hartman --- 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;