diff --git a/[refs] b/[refs] index 42c81ed694ff..28da4f763164 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: db210da268ec537f8944ea5bc490184a6707c8a2 +refs/heads/master: c6ac992b8f9225ac1aa6ac36cc5d7adb504a35ef diff --git a/trunk/drivers/staging/speakup/selection.c b/trunk/drivers/staging/speakup/selection.c index 775af26b9914..f0fb00392d6b 100644 --- a/trunk/drivers/staging/speakup/selection.c +++ b/trunk/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;