]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
staging: speakup: selection.c fix typo in comment
authorValentin Ilie <valentin.ilie@gmail.com>
Fri, 5 Apr 2013 12:42:26 +0000 (15:42 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Apr 2013 22:03:09 +0000 (15:03 -0700)
Replace disallocated with deallocated

Signed-off-by: Valentin Ilie <valentin.ilie@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/selection.c

index 775af26b99140ea8d45422c143db884fc2405ed7..f0fb00392d6b125b1aeaa2f70575b4b5c3f1ae03 100644 (file)
@@ -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;