From d0142bb093df80ce039aa56864af0909ddf760d9 Mon Sep 17 00:00:00 2001
From: James Liu <2211002+jamesliu96@users.noreply.github.com>
Date: Wed, 14 Aug 2024 20:13:01 +0800
Subject: [PATCH] minor: Fix comment typo in r_device.h (#3030)

---
 include/r_device.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/r_device.h b/include/r_device.h
index aa8284db..d0469bee 100644
--- a/include/r_device.h
+++ b/include/r_device.h
@@ -14,7 +14,7 @@
     The line code is a coding of the bitstream data and referred to as the Coding of the data.
 
     We however use the well known terms to refer to the combinations of this.
-    E.g. the term PWM is well known as anlog or discrete range modulation, but here used
+    E.g. the term PWM is well known as analog or discrete range modulation, but here used
     to refer to a binary Coding of bits to on and off states (or mark and space) of the carrier.
     It should be thought of as Pulse-Width-Coding, then modulated on OOK or FSK.
     I.e. it is not truly Pulse-Width-Modulation but Pulse-Width-Coding then OOK or FSK modulation.