summaryrefslogtreecommitdiff
path: root/Modules/ossaudiodev.c
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 17:42:46 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 17:42:46 -0400
commit9f9b88b8ad02fecd42e90a0c4b527ebebf2c9e99 (patch)
treed60643ccdd4ec65ddae99e4298cdb883bcfaa468 /Modules/ossaudiodev.c
parent0d30ea70d008f9fa826ab633279fb477cf9d3854 (diff)
downloadcpython-9f9b88b8ad02fecd42e90a0c4b527ebebf2c9e99.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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/ossaudiodev.c b/Modules/ossaudiodev.c
index b38ce5294c..0ac1cb37b9 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)