Updating the same comment in a different file, again for links. No functional change intended.

llvm-svn: 185014
This commit is contained in:
Aaron Ballman 2013-06-26 19:33:02 +00:00
parent fcd5b7e76e
commit 6ce6309adf
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
// A intra-procedural analysis for thread safety (e.g. deadlocks and race
// conditions), based off of an annotation system.
//
// See http://clang.llvm.org/docs/LanguageExtensions.html#threadsafety for more
// information.
// See http://clang.llvm.org/docs/LanguageExtensions.html#thread-safety-annotation-checking
// for more information.
//
//===----------------------------------------------------------------------===//