Fix comment on end of #endif to match #if

llvm-svn: 222719
This commit is contained in:
Eric Fiselier 2014-11-25 03:19:02 +00:00
parent 17b1568fc4
commit eae1b6a6d7

View File

@ -41,6 +41,6 @@ public:
~timer() {}
};
#endif /* LIBCXXABI_TIME_TESTS */
#endif /* LIBCXXABI_NO_TIMER */
#endif /* TIMER_HPP */