diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-02 20:59:07 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-08 20:56:20 +0300 |
commit | 7832a91596aeea5c82b956935312d1acf886660a (patch) | |
tree | 7f247ec4b090605538afa3c0fde0a362579bdd07 /Documentation/DocBook/media_api.tmpl | |
parent | 96048dc1444efd906dc82c0e35b018879de20084 (diff) | |
download | linux-7832a91596aeea5c82b956935312d1acf886660a.tar.xz |
[media] Docbook: typo fix: use note(d) instead of notice(d)
We don't want to announce anything, but to add a note ;)
So:
notice -> note
notided -> noted
While here, fix another typo at media_api.tmpl:
with -> which
Reported-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media_api.tmpl')
-rw-r--r-- | Documentation/DocBook/media_api.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/media_api.tmpl b/Documentation/DocBook/media_api.tmpl index 2e7d7692821e..f3f5fe5b64c9 100644 --- a/Documentation/DocBook/media_api.tmpl +++ b/Documentation/DocBook/media_api.tmpl @@ -87,8 +87,8 @@ <xref linkend="fe-delivery-system-t" />.</para> <para>The third part covers the Remote Controller API.</para> <para>The fourth part covers the Media Controller API.</para> - <para>It should also be noticed that a media device may also have audio - components, like mixers, PCM capture, PCM playback, etc, with + <para>It should also be noted that a media device may also have audio + components, like mixers, PCM capture, PCM playback, etc, which are controlled via ALSA API.</para> <para>For additional information and for the latest development code, see: <ulink url="http://linuxtv.org">http://linuxtv.org</ulink>.</para> |