summaryrefslogtreecommitdiffstats
path: root/Documentation/parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/parameters.txt')
-rw-r--r--Documentation/parameters.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/parameters.txt b/Documentation/parameters.txt
index 219440b40c..9381cd2d3e 100644
--- a/Documentation/parameters.txt
+++ b/Documentation/parameters.txt
@@ -33,7 +33,7 @@ with the initial value of the parameter. If the framework handles the set
function it will try to free the value of the parameter. If this is a
static array bad things will happen. A parameter can have the flag
PARAM_FLAG_RO which means that the parameter is readonly. It is perfectly ok
-then to point value to a static array.
+then to point the value to a static array.
const char *dev_get_param(struct device_d *dev, const char *name);