diff mbox series

[03/17] support/misc/Buildroot.cmake: fix 'after all' typo

Message ID 20240920210836.4093091-3-peter@korsgaard.com
State New
Headers show
Series [01/17] support/dependencies/dependencies.sh: fix 'mimic' typo | expand

Commit Message

Peter Korsgaard Sept. 20, 2024, 9:08 p.m. UTC
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 support/misc/Buildroot.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/support/misc/Buildroot.cmake b/support/misc/Buildroot.cmake
index 761b6d7ae2..3f8cd22f7d 100644
--- a/support/misc/Buildroot.cmake
+++ b/support/misc/Buildroot.cmake
@@ -1,4 +1,4 @@ 
-# Impersonate a Linux system. Afterall, that's what we are...
+# Impersonate a Linux system. After all, that's what we are...
 set(CMAKE_SYSTEM_NAME Linux)
 set(CMAKE_SYSTEM ${CMAKE_SYSTEM_NAME})
 include(Platform/Linux)