Skip to content

Commit 84544a6

Browse files
committed
makefile: Fix typo in comment
1 parent 69d1d64 commit 84544a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ mingw-libs:
10221022
# Windows API libs
10231023
# * copy all lib*.a files from the directory of libkernel32.a
10241024
# * renaming lib*.a to lib*.dll.a - this isn't 100% correct, because
1025-
# all libs really are import libs, but it follows FB tradition.
1025+
# not all libs really are import libs, but it follows FB tradition.
10261026
# * Filtering out some libs which are included in MinGW toolchains
10271027
# sometimes, but we don't want (e.g. libpthread).
10281028
dir=$$(dirname $$($(CC) -print-file-name=libkernel32.a)); \

0 commit comments

Comments
 (0)