From 2b9b45dff9f63022b9dce14208c5ca0b308b37c1 Mon Sep 17 00:00:00 2001 From: Mitch Bradley Date: Tue, 18 Aug 2020 14:35:21 -1000 Subject: [PATCH] Another typo in commentary --- Grbl_Esp32/src/MacroBuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grbl_Esp32/src/MacroBuffer.cpp b/Grbl_Esp32/src/MacroBuffer.cpp index 34991128..e7d8fdb1 100644 --- a/Grbl_Esp32/src/MacroBuffer.cpp +++ b/Grbl_Esp32/src/MacroBuffer.cpp @@ -1,5 +1,5 @@ /* - InputBuffer.cpp - inputbuffer functions class + MacroBuffer.cpp - for injecting macro data as an input stream Copyright (c) 2014 Luc Lebosse. All rights reserved.