aboutsummaryrefslogtreecommitdiff
path: root/external/opal-prd/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'external/opal-prd/i2c.c')
-rw-r--r--external/opal-prd/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/opal-prd/i2c.c b/external/opal-prd/i2c.c
index 3c7b555..fbe2e9b 100644
--- a/external/opal-prd/i2c.c
+++ b/external/opal-prd/i2c.c
@@ -149,7 +149,7 @@ int i2c_write(uint32_t chip_id, uint8_t engine, uint8_t port,
/* Not all kernel driver versions support breaking up a write into
* two components (offset, data), so we coalesce them first and
- * issue a single write. The offset is layed out in BE format.
+ * issue a single write. The offset is laid out in BE format.
*/
size = offset_size + length;
buf = malloc(size);