docs: devicetree: fix typo in writing-schema.rst
authorSantosh Mahto <eisantosh95@gmail.com>
Wed, 20 Aug 2025 18:10:13 +0000 (23:40 +0530)
committerRob Herring (Arm) <robh@kernel.org>
Wed, 3 Sep 2025 14:01:25 +0000 (09:01 -0500)
Fixes a spelling mistake in writing-schema.rst:
"interpretted" → "interpreted"

Signed-off-by: Santosh Mahto <eisantosh95@gmail.com>
Link: https://lore.kernel.org/r/20250820181013.17817-1-eisantosh95@gmail.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Documentation/devicetree/bindings/writing-schema.rst

index 470d152..fcd4726 100644 (file)
@@ -53,7 +53,7 @@ description
   The default without any indicators is flowed, plain scalar style where single
   line breaks and leading whitespace are stripped. Paragraphs are delimited by
   blank lines (i.e. double line break). This style cannot contain ": " in it as
-  it will be interpretted as a key. Any " #" sequence will be interpretted as
+  it will be interpreted as a key. Any " #" sequence will be interpreted as
   a comment. There's other restrictions on characters as well. Most
   restrictions are on what the first character can be.