Procházet zdrojové kódy

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>
Valentin Ilie před 12 roky
rodič
revize
c6ac992b8f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      drivers/staging/speakup/selection.c

+ 1 - 1
drivers/staging/speakup/selection.c

@@ -14,7 +14,7 @@
 unsigned short spk_xs, spk_ys, spk_xe, spk_ye; /* our region points */
 unsigned short spk_xs, spk_ys, spk_xe, spk_ye; /* our region points */
 
 
 /* Variables for selection control. */
 /* Variables for selection control. */
-/* must not be disallocated */
+/* must not be deallocated */
 struct vc_data *spk_sel_cons;
 struct vc_data *spk_sel_cons;
 /* cleared by clear_selection */
 /* cleared by clear_selection */
 static int sel_start = -1;
 static int sel_start = -1;