aboutsummaryrefslogtreecommitdiff
path: root/libpore/sbe_xip_image.c
diff options
context:
space:
mode:
authorFrederic Bonnard <frediz@linux.vnet.ibm.com>2016-06-13 11:37:09 +0200
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-06-20 15:08:05 +1000
commit4c95b5e04e3c4f72e4005574f67cd6e365d3276f (patch)
tree60763919c97d73efba7a6ffbb2afa3efa05502d4 /libpore/sbe_xip_image.c
parent3aeb50189d4d88528c627e099c76b00e28e5c432 (diff)
downloadskiboot-4c95b5e04e3c4f72e4005574f67cd6e365d3276f.zip
skiboot-4c95b5e04e3c4f72e4005574f67cd6e365d3276f.tar.gz
skiboot-4c95b5e04e3c4f72e4005574f67cd6e365d3276f.tar.bz2
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 'libpore/sbe_xip_image.c')
-rw-r--r--libpore/sbe_xip_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpore/sbe_xip_image.c b/libpore/sbe_xip_image.c
index 7ee4886..3f32d65 100644
--- a/libpore/sbe_xip_image.c
+++ b/libpore/sbe_xip_image.c
@@ -906,7 +906,7 @@ xipValidateTocEntry(void* io_image, const SbeXipItem* i_item, void* io_arg)
// "FNV hash algorithms and source code have been released into the public
// domain. The authors of the FNV algorithmm look deliberate steps to disclose
// the algorhtm (sic) in a public forum soon after it was invented. More than
-// a year passed after this public disclosure and the authors deliberatly took
+// a year passed after this public disclosure and the authors deliberately took
// no steps to patent the FNV algorithm. Therefore it is safe to say that the
// FNV authors have no patent claims on the FNV algorithm as published."