diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-11 17:41:44 -0400 |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-11 17:41:44 -0400 |
commit | ce9cc4910481ec96a4024ffe36475e2c9feebfa1 (patch) | |
tree | 7e26d30f26432acd682eddbb76309bed02baac37 /Modules/ossaudiodev.c | |
parent | 6bf9b858597303448844b1c84de5d32d9dd0b565 (diff) | |
download | cpython-git-ce9cc4910481ec96a4024ffe36475e2c9feebfa1.tar.gz |
Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
as reported by Serhiy Storchaka and Matthew Barnett.
Diffstat (limited to 'Modules/ossaudiodev.c')
-rw-r--r-- | Modules/ossaudiodev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/ossaudiodev.c b/Modules/ossaudiodev.c index 647a21e811..edf1a0e7b7 100644 --- a/Modules/ossaudiodev.c +++ b/Modules/ossaudiodev.c @@ -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) |