From: Joerg Sonnenberger Date: Mon, 28 Apr 2014 18:11:51 +0000 (+0000) Subject: Fix comment X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c430d3ffcde596bad10e1d089cfd15ba8d915204;p=oota-llvm.git Fix comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207429 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetMachine.h b/include/llvm/Target/TargetMachine.h index 8709eb64707..ffb6650e66a 100644 --- a/include/llvm/Target/TargetMachine.h +++ b/include/llvm/Target/TargetMachine.h @@ -192,7 +192,7 @@ public: /// hasMCUseCFI - Check whether we should use dwarf's .cfi_* directives. bool hasMCUseCFI() const { return MCUseCFI; } - /// setMCUseCFI - Set whether all we should use dwarf's .cfi_* directives. + /// setMCUseCFI - Set whether we should use dwarf's .cfi_* directives. void setMCUseCFI(bool Value) { MCUseCFI = Value; } /// hasMCUseDwarfDirectory - Check whether we should use .file directives with