diff options
author | Matthew Gregan <[email protected]> | 2013-06-07 15:42:08 +1200 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2013-06-07 15:42:08 +1200 |
commit | c21d25a9a37027e0aaf55d88303b88147761979b (patch) | |
tree | 8529e9f1da9b74d490d3f594ece08c86f890bb88 /include | |
parent | cb67cda09d6e4b392099c615a2a16fddb741cce8 (diff) | |
download | cubeb-c21d25a9a37027e0aaf55d88303b88147761979b.tar.gz cubeb-c21d25a9a37027e0aaf55d88303b88147761979b.zip |
Typo fix in get_max_channels documentation.
Diffstat (limited to 'include')
-rw-r--r-- | include/cubeb/cubeb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cubeb/cubeb.h b/include/cubeb/cubeb.h index 2e4d834..18933b1 100644 --- a/include/cubeb/cubeb.h +++ b/include/cubeb/cubeb.h @@ -180,7 +180,7 @@ int cubeb_init(cubeb ** context, char const * context_name); @retval Read-only string identifying current backend. */ char const * cubeb_get_backend_id(cubeb * context); -/** Get the maximum possible number of channel. +/** Get the maximum possible number of channels. @param context @param max_channels The maximum number of channels. @retval CUBEB_OK |