Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,

as reported by Serhiy Storchaka and Matthew Barnett.
This commit is contained in:
Terry Jan Reedy 2013-03-11 17:42:46 -04:00
parent 65e69b3718
commit 0158af38b7
10 changed files with 19 additions and 19 deletions

View file

@ -215,7 +215,7 @@ oss_mixer_dealloc(oss_mixer_t *self)
*/
/* _do_ioctl_1() is a private helper function used for the OSS ioctls --
SNDCTL_DSP_{SETFMT,CHANNELS,SPEED} -- that that are called from C
SNDCTL_DSP_{SETFMT,CHANNELS,SPEED} -- that are called from C
like this:
ioctl(fd, SNDCTL_DSP_cmd, &arg)