Skip to content

Commit 1fbdd28

Browse files
c8efsivan-shani
authored andcommitted
[NFC] Fix bad link in clang/lib/Sema/SemaTypeTraits.cpp (llvm#141405)
1 parent 7768e30 commit 1fbdd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaTypeTraits.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ static bool EvaluateUnaryTypeTrait(Sema &Self, TypeTrait UTT,
836836
// GCC[1] and the Embarcadero C++ compiler[2], and Clang implements those
837837
// specifications.
838838
//
839-
// 1: http://gcc.gnu/.org/onlinedocs/gcc/Type-Traits.html
839+
// 1: http://gcc.gnu.org/onlinedocs/gcc/Type-Traits.html
840840
// 2:
841841
// http://docwiki.embarcadero.com/RADStudio/XE/en/Type_Trait_Functions_(C%2B%2B0x)_Index
842842
//

0 commit comments

Comments
 (0)