Skip to content

Commit 96d2b3e

Browse files
committed
spelling
1 parent 25c5bf8 commit 96d2b3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FreeRTOS-Cpp/include/FreeRTOS/Timer.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -847,9 +847,9 @@ class Timer : public TimerBase {
847847
* should create a class that derives from this class and implement
848848
* timerFunction().
849849
*
850-
* @warning This class contains the timer data structure, so any instace of this
851-
* class or class derived from this class should be persistent (not declared on
852-
* the stack of another function).
850+
* @warning This class contains the timer data structure, so any instance of
851+
* this class or class derived from this class should be persistent (not
852+
* declared on the stack of another function).
853853
*/
854854
class StaticTimer : public TimerBase {
855855
public:

0 commit comments

Comments
 (0)