diff options
author | Frederic Bonnard <frediz@linux.vnet.ibm.com> | 2016-06-13 11:37:09 +0200 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-06-20 15:08:05 +1000 |
commit | 4c95b5e04e3c4f72e4005574f67cd6e365d3276f (patch) | |
tree | 60763919c97d73efba7a6ffbb2afa3efa05502d4 /doc/device-tree | |
parent | 3aeb50189d4d88528c627e099c76b00e28e5c432 (diff) | |
download | talos-skiboot-4c95b5e04e3c4f72e4005574f67cd6e365d3276f.tar.gz talos-skiboot-4c95b5e04e3c4f72e4005574f67cd6e365d3276f.zip |
Fix for typos
While reviewing the Debian packaging, codespell found those.
Most proposed fixes are based on codespell's default dictionnary.
Signed-off-by: Frederic Bonnard <frediz@linux.vnet.ibm.com>
Reviewed-by: Mukesh Ojha <mukesh02@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc/device-tree')
-rw-r--r-- | doc/device-tree/ibm,opal.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/device-tree/ibm,opal.txt b/doc/device-tree/ibm,opal.txt index c89c9169..d4dcfb84 100644 --- a/doc/device-tree/ibm,opal.txt +++ b/doc/device-tree/ibm,opal.txt @@ -3,7 +3,7 @@ #size-cells = <0x0>; compatible = "ibm,opal-v2", "ibm,opal-v3"; -; v2 is maintained for possible compatibilty with very, very old kernels +; v2 is maintained for possible compatibility with very, very old kernels ; it will go away at some point in the future. Detect and rely on ibm,opal-v3 ibm,associativity-reference-points = <0x4 0x3>; |