[Pdbg] [PATCH] libpdbg: Fix a typo
Amitay Isaacs
amitay at ozlabs.org
Tue Jul 17 17:19:25 AEST 2018
Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
libpdbg/cfam.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libpdbg/cfam.c b/libpdbg/cfam.c
index 97d0e9f..5437701 100644
--- a/libpdbg/cfam.c
+++ b/libpdbg/cfam.c
@@ -321,7 +321,7 @@ static int cfam_hmfsi_probe(struct pdbg_target *target)
fsi_read(fsi_parent, 0x3404, &value);
value |= 1 << (31 - port);
if ((rc = fsi_write(fsi_parent, 0x3404, value))) {
- PR_ERROR("Unale to enable HMFSI port %d\n", port);
+ PR_ERROR("Unable to enable HMFSI port %d\n", port);
return rc;
}
--
2.17.1
More information about the Pdbg
mailing list