From 4b24a6102313b8fc2efa853b0dd21b7db42bfe63 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 9 Jul 2018 22:26:49 -0400 Subject: [PATCH] AP_HAL_Linux: fix spelling of generated in panics --- libraries/AP_HAL_Linux/RCOutput_AioPRU.cpp | 2 +- libraries/AP_HAL_Linux/RCOutput_PRU.cpp | 2 +- libraries/AP_HAL_Linux/RCOutput_ZYNQ.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/AP_HAL_Linux/RCOutput_AioPRU.cpp b/libraries/AP_HAL_Linux/RCOutput_AioPRU.cpp index 6b21ce1eca..c141f40d62 100644 --- a/libraries/AP_HAL_Linux/RCOutput_AioPRU.cpp +++ b/libraries/AP_HAL_Linux/RCOutput_AioPRU.cpp @@ -32,7 +32,7 @@ using namespace Linux; static void catch_sigbus(int sig) { - AP_HAL::panic("RCOutputAioPRU.cpp:SIGBUS error gernerated\n"); + AP_HAL::panic("RCOutputAioPRU.cpp:SIGBUS error generated\n"); } void RCOutput_AioPRU::init() { diff --git a/libraries/AP_HAL_Linux/RCOutput_PRU.cpp b/libraries/AP_HAL_Linux/RCOutput_PRU.cpp index f82f33d53d..b20ae3071b 100644 --- a/libraries/AP_HAL_Linux/RCOutput_PRU.cpp +++ b/libraries/AP_HAL_Linux/RCOutput_PRU.cpp @@ -23,7 +23,7 @@ static const uint8_t chan_pru_map[]= {10,8,11,9,7,6,5,4,3,2,1,0}; static void catch_sigbus(int sig) { - AP_HAL::panic("RCOutput.cpp:SIGBUS error gernerated\n"); + AP_HAL::panic("RCOutput.cpp:SIGBUS error generated\n"); } void RCOutput_PRU::init() { diff --git a/libraries/AP_HAL_Linux/RCOutput_ZYNQ.cpp b/libraries/AP_HAL_Linux/RCOutput_ZYNQ.cpp index a9d1d20b05..f64273e964 100644 --- a/libraries/AP_HAL_Linux/RCOutput_ZYNQ.cpp +++ b/libraries/AP_HAL_Linux/RCOutput_ZYNQ.cpp @@ -31,7 +31,7 @@ using namespace Linux; static void catch_sigbus(int sig) { - AP_HAL::panic("RCOutput.cpp:SIGBUS error gernerated\n"); + AP_HAL::panic("RCOutput.cpp:SIGBUS error generated\n"); } void RCOutput_ZYNQ::init() {