diff --git a/include/llvm/SymbolTable.h b/include/llvm/SymbolTable.h index fc5f470a65f..d020ecbb778 100644 --- a/include/llvm/SymbolTable.h +++ b/include/llvm/SymbolTable.h @@ -9,7 +9,7 @@ // searched. // // This chaining behavior does NOT affect iterators though: only the lookup -// method +// method. // //===----------------------------------------------------------------------===//