Fix spelling mistakes using codespell
This commit corrects various spelling mistakes throughout the
repository. The corrections were made automatically using `codespell`[1]
tool.
[1]: https://github.com/codespell-project/codespell
Change-Id: Iae81201889d1bb4ca324243b863948cb60420ae7
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/vpdecc/vpdecc_support.c b/vpdecc/vpdecc_support.c
index c6bc1c3..4d86105 100644
--- a/vpdecc/vpdecc_support.c
+++ b/vpdecc/vpdecc_support.c
@@ -43,7 +43,7 @@
/* */
/******************************************************************************/
void seepromGenCsDecode(const unsigned char numBits,
- const unsigned char syndrom,
+ const unsigned char syndrome,
const unsigned char* csdSyndroms,
unsigned char* vResult)
{}
@@ -61,7 +61,7 @@
/******************************************************************************/
/* seepromEccCheck */
/* */
-/* Checks the data integrety and correct it if possible */
+/* Checks the data integrity and correct it if possible */
/* */
/******************************************************************************/