소스 검색

support/misc/Buildroot.cmake: fix 'after all' typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Peter Korsgaard 10 달 전
부모
커밋
8f0872fee3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      support/misc/Buildroot.cmake

+ 1 - 1
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)