diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml
index 5dfde521e9fe6d7198a2edc4aa82ea63a5a4ce3f..746b4e2ae346075b5ebef29f95f1863444f045c4 100644
--- a/Documentation/DocBook/media/dvb/dvbproperty.xml
+++ b/Documentation/DocBook/media/dvb/dvbproperty.xml
@@ -193,7 +193,7 @@ get/set up to 64 properties. The actual meaning of each property is described on
Most of the digital TV standards currently offers more than one possible
modulation (sometimes called as "constellation" on some standards). This
- enum contains the values used by the Kernel. Please notice that not all
+ enum contains the values used by the Kernel. Please note that not all
modulations are supported by a given standard.
@@ -1098,7 +1098,7 @@ enum fe_interleaving {
For most delivery systems, dtv_property.stat.len
will be 1 if the stats is supported, and the properties will
return a single value for each parameter.
- It should be noticed, however, that new OFDM delivery systems
+ It should be noted, however, that new OFDM delivery systems
like ISDB can use different modulation types for each group of
carriers. On such standards, up to 3 groups of statistics can be
provided, and dtv_property.stat.len is updated
@@ -1162,7 +1162,7 @@ enum fe_interleaving {
DTV_STAT_PRE_TOTAL_BIT_COUNTMeasures the amount of bits received before the inner code block, during the same period as
DTV_STAT_PRE_ERROR_BIT_COUNT measurement was taken.
- It should be noticed that this measurement can be smaller than the total amount of bits on the transport stream,
+ It should be noted that this measurement can be smaller than the total amount of bits on the transport stream,
as the frontend may need to manually restart the measurement, losing some data between each measurement interval.This measurement is monotonically increased, as the frontend gets more bit count measurements.
The frontend may reset it when a channel/transponder is tuned.
@@ -1191,7 +1191,7 @@ enum fe_interleaving {
DTV_STAT_POST_TOTAL_BIT_COUNTMeasures the amount of bits received after the inner coding, during the same period as
DTV_STAT_POST_ERROR_BIT_COUNT measurement was taken.
- It should be noticed that this measurement can be smaller than the total amount of bits on the transport stream,
+ It should be noted that this measurement can be smaller than the total amount of bits on the transport stream,
as the frontend may need to manually restart the measurement, losing some data between each measurement interval.This measurement is monotonically increased, as the frontend gets more bit count measurements.
The frontend may reset it when a channel/transponder is tuned.
diff --git a/Documentation/DocBook/media/dvb/frontend.xml b/Documentation/DocBook/media/dvb/frontend.xml
index 9d8e95cd96940f7535943364e1c4aa494a4141be..dc6a1134478daa00d3f88e26aa82cf81b0983e98 100644
--- a/Documentation/DocBook/media/dvb/frontend.xml
+++ b/Documentation/DocBook/media/dvb/frontend.xml
@@ -48,7 +48,7 @@ specification is available at
The information about the frontend tuner locking status can be queried
using FE_READ_STATUS.Signal statistics are provided via FE_GET_PROPERTY.
- Please notice that several statistics require the demodulator to be fully
+ Please note that several statistics require the demodulator to be fully
locked (e. g. with FE_HAS_LOCK bit set). See
Frontend statistics indicators
for more details.
diff --git a/Documentation/DocBook/media/v4l/remote_controllers.xml b/Documentation/DocBook/media/v4l/remote_controllers.xml
index 5124a6c4daa8a359fa3a3f9aa7a83df882c85402..b86844e802574db1941164bc5bfd86640e009e44 100644
--- a/Documentation/DocBook/media/v4l/remote_controllers.xml
+++ b/Documentation/DocBook/media/v4l/remote_controllers.xml
@@ -284,7 +284,7 @@ different IR's. Due to that, V4L2 API now specifies a standard for mapping Media
-It should be noticed that, sometimes, there some fundamental missing keys at some cheaper IR's. Due to that, it is recommended to:
+It should be noted that, sometimes, there some fundamental missing keys at some cheaper IR's. Due to that, it is recommended to:
Notes
diff --git a/Documentation/DocBook/media_api.tmpl b/Documentation/DocBook/media_api.tmpl
index 2e7d7692821ebb373ff4bf730d805810f396e21d..f3f5fe5b64c93ef2cf4954d9c4b4daf0615921e8 100644
--- a/Documentation/DocBook/media_api.tmpl
+++ b/Documentation/DocBook/media_api.tmpl
@@ -87,8 +87,8 @@
.
The third part covers the Remote Controller API.The fourth part covers the Media Controller API.
- It should also be noticed that a media device may also have audio
- components, like mixers, PCM capture, PCM playback, etc, with
+ 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.For additional information and for the latest development code,
see: http://linuxtv.org.