From: Jonghyun Park Date: Fri, 17 Feb 2017 01:10:09 +0000 (+0900) Subject: Fix wrong comment X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4d272bea7b1f0c46485eee743db9763511275cc;p=platform%2Fupstream%2Fcoreclr.git Fix wrong comment --- diff --git a/src/vm/exceptionhandling.cpp b/src/vm/exceptionhandling.cpp index 3e75cdafd9..ce85678980 100644 --- a/src/vm/exceptionhandling.cpp +++ b/src/vm/exceptionhandling.cpp @@ -7040,5 +7040,5 @@ void ExceptionTracker::ResetThreadAbortStatus(PTR_Thread pThread, CrawlFrame *pC } #endif //!DACCESS_COMPILE -#endif // _WIN64 +#endif // WIN64EXCEPTIONS