summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/example-schema.yaml
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2019-09-06 13:16:24 +0200
committerRob Herring <robh@kernel.org>2019-09-06 15:29:12 +0100
commit43c63c15bda8b29bfc29a69636cb38811a7a0b67 (patch)
tree27bf74072c1e6c5e16874833c2c8b61d04ab862c /Documentation/devicetree/bindings/example-schema.yaml
parent5e2c4ba20477283984e33b13bcc1450e5ab76245 (diff)
downloadlinux-43c63c15bda8b29bfc29a69636cb38811a7a0b67.tar.bz2
dt-bindings: Correct spelling in example schema
Correct spelling of "identifier". Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/example-schema.yaml')
-rw-r--r--Documentation/devicetree/bindings/example-schema.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/example-schema.yaml b/Documentation/devicetree/bindings/example-schema.yaml
index 9175d67f355d..c43819c2783a 100644
--- a/Documentation/devicetree/bindings/example-schema.yaml
+++ b/Documentation/devicetree/bindings/example-schema.yaml
@@ -5,7 +5,7 @@
# All the top-level keys are standard json-schema keywords except for
# 'maintainers' and 'select'
-# $id is a unique idenifier based on the filename. There may or may not be a
+# $id is a unique identifier based on the filename. There may or may not be a
# file present at the URL.
$id: "http://devicetree.org/schemas/example-schema.yaml#"
# $schema is the meta-schema this schema should be validated with.