From c430d3ffcde596bad10e1d089cfd15ba8d915204 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Mon, 28 Apr 2014 18:11:51 +0000 Subject: [PATCH] Fix comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207429 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetMachine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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