Updating a link in the comments; no functional change.

llvm-svn: 185013
This commit is contained in:
Aaron Ballman 2013-06-26 19:17:19 +00:00
parent c3114b3341
commit fcd5b7e76e
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,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.
//
//===----------------------------------------------------------------------===//