closes: #19953
Signed-off-by: Yasuhiro Matsumoto <mattn.jp@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2. MSYS2 with MinGW
===================
-2.1 Buidling x86 32bit or 64bit versions.
+2.1 Building x86 32bit or 64bit versions.
2.1.1. Setup the basic msys2 environment
CXX=clang++
make -f Make_ming.mak DEBUG=yes ASAN=yes
-2.2 Buidling an Arch64 version of Vim
+2.2 Building an Arch64 version of Vim
2.2.1. Setup the basic msys2 environment
// actual time passed
done = ELAPSED_FUNC(start_tv);
#else
- // guestimate time passed (will actually be more)
+ // guesstimate time passed (will actually be more)
done += wait_now;
#endif
}