of: typo fix in __of_prop_dup()
authorGrant Likely <grant.likely@linaro.org>
Sat, 26 Jul 2014 16:58:43 +0000 (10:58 -0600)
committerGrant Likely <grant.likely@linaro.org>
Thu, 31 Jul 2014 00:00:14 +0000 (18:00 -0600)
Fix a trivial typo in a comment block.

Signed-off-by: Grant Likely <grant.likely@linaro.org>
drivers/of/dynamic.c

index c1002b7be78646f0cb3d8ce79da6bfcc4ee90b33..54fecc49a1fe4bb702576590714798799b777a65 100644 (file)
@@ -259,7 +259,7 @@ struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags)
 
        /*
         * NOTE: There is no check for zero length value.
-        * In case of a boolean property This will allocate a value
+        * In case of a boolean property, this will allocate a value
         * of zero bytes. We do this to work around the use
         * of of_get_property() calls on boolean values.
         */
This page took 0.028013 seconds and 5 git commands to generate.