From 3f0c9d5df525ee4db64af864ae4eeea41f32147e Mon Sep 17 00:00:00 2001
From: David Sidrane <david_s5@nscdg.com>
Date: Wed, 26 Dec 2018 14:24:03 -0800
Subject: [PATCH] px4_micro_hal:Fix typo

---
 src/platforms/px4_micro_hal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/platforms/px4_micro_hal.h b/src/platforms/px4_micro_hal.h
index 0782079d6a..558ff9d63d 100644
--- a/src/platforms/px4_micro_hal.h
+++ b/src/platforms/px4_micro_hal.h
@@ -178,7 +178,7 @@ __BEGIN_DECLS
 /* The mfguid will be an array of bytes with
  * MSD @ index 0 - LSD @ index PX4_CPU_MFGUID_BYTE_LENGTH-1
  *
- * It wil be conferted to a string with the MSD on left and LSD on the right most position.
+ * It will be converted to a string with the MSD on left and LSD on the right most position.
  */
 #    define PX4_CPU_MFGUID_BYTE_LENGTH              PX4_CPU_UUID_BYTE_LENGTH
 
-- 
GitLab