summaryrefslogtreecommitdiff
path: root/Modules/ossaudiodev.c
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 17:45:12 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 17:45:12 -0400
commit09b7503bc999b2c65c9d61465cd19758ff97c0c4 (patch)
treee0dc4cbc6a25962c2fc98ba30128cb8691134739 /Modules/ossaudiodev.c
parentcaeb6bea9bd52859bceae8437bd931335aacad94 (diff)
parent0158af38b73b76516f18b1774e1c590f459cb188 (diff)
downloadcpython-git-09b7503bc999b2c65c9d61465cd19758ff97c0c4.tar.gz
Merge 3.2, 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 a17a647f26..50e266f087 100644
--- a/Modules/ossaudiodev.c
+++ b/Modules/ossaudiodev.c
@@ -230,7 +230,7 @@ static int _is_fd_valid(int fd)
}
/* _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)