[PATCH] staging: vc04_services: mmal: fix typo in comment

Akiyoshi Kurita posted 1 patch 1 week, 6 days ago
drivers/staging/vc04_services/vchiq-mmal/mmal-msg.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] staging: vc04_services: mmal: fix typo in comment
Posted by Akiyoshi Kurita 1 week, 6 days ago
Correct a misspelling in a comment ("recived" -> "received").

No functional change.

Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
---
 drivers/staging/vc04_services/vchiq-mmal/mmal-msg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/vc04_services/vchiq-mmal/mmal-msg.h b/drivers/staging/vc04_services/vchiq-mmal/mmal-msg.h
index 471413248a14..1889494425eb 100644
--- a/drivers/staging/vc04_services/vchiq-mmal/mmal-msg.h
+++ b/drivers/staging/vc04_services/vchiq-mmal/mmal-msg.h
@@ -13,7 +13,7 @@
 
 /*
  * all the data structures which serialise the MMAL protocol. note
- * these are directly mapped onto the recived message data.
+ * these are directly mapped onto the received message data.
  *
  * BEWARE: They seem to *assume* pointers are u32 and that there is no
  * structure padding!
-- 
2.47.3