diff options
Diffstat (limited to 'include/llvm/CodeGen/AsmPrinter.h')
| -rw-r--r-- | include/llvm/CodeGen/AsmPrinter.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index c898667f14742..60bbc9aaa5bd4 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/include/llvm/CodeGen/AsmPrinter.h @@ -608,8 +608,8 @@ private:    // Internal Implementation Details    //===------------------------------------------------------------------===// -  /// This emits visibility information about symbol, if this is suported by the -  /// target. +  /// This emits visibility information about symbol, if this is supported by +  /// the target.    void EmitVisibility(MCSymbol *Sym, unsigned Visibility,                        bool IsDefinition = true) const; | 
