Index: lib/Support/Atomic.cpp =================================================================== --- lib/Support/Atomic.cpp +++ lib/Support/Atomic.cpp @@ -17,9 +17,9 @@ using namespace llvm; #if defined(_MSC_VER) -#include +#include -// We must include windows.h after Intrin.h. +// We must include windows.h after intrin.h. #include #undef MemoryFence #endif