Skip to content

Commit

Permalink
staging: speakup: selection.c fix typo in comment
Browse files Browse the repository at this point in the history
Replace disallocated with deallocated

Signed-off-by: Valentin Ilie <valentin.ilie@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Valentin Ilie authored and Greg Kroah-Hartman committed Apr 5, 2013
1 parent db210da commit c6ac992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/speakup/selection.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c6ac992

Please sign in to comment.