summaryrefslogtreecommitdiff
path: root/tools/nxp/create_pbl/create_pbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/nxp/create_pbl/create_pbl.c')
-rw-r--r--tools/nxp/create_pbl/create_pbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nxp/create_pbl/create_pbl.c b/tools/nxp/create_pbl/create_pbl.c
index 792747f0e..c277e391a 100644
--- a/tools/nxp/create_pbl/create_pbl.c
+++ b/tools/nxp/create_pbl/create_pbl.c
@@ -912,7 +912,7 @@ int main(int argc, char **argv)
while (word != 0x808f0000 && word != 0x80ff0000) {
pbl_size++;
/* 11th words in RCW has PBL length. Update it
- * with new length. 2 comamnds get added
+ * with new length. 2 commands get added
* Block copy + CCSR Write/CSF header write
*/
if (pbl_size == 11) {