summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Cheeseman <luke.cheeseman@arm.com>2018-12-18 11:05:43 +0000
committerLuke Cheeseman <luke.cheeseman@arm.com>2018-12-18 11:05:43 +0000
commit307839cca9fc6a12d0027eedc364eb8eafe10e4d (patch)
treea497ac4b8db1b17cb957ceece9fa7c339cf71596
parent9f236d85d93af9a52a01f905bb478d1d89af43bd (diff)
downloadbcm5719-llvm-307839cca9fc6a12d0027eedc364eb8eafe10e4d.tar.gz
bcm5719-llvm-307839cca9fc6a12d0027eedc364eb8eafe10e4d.zip
Fix typo in r349473
llvm-svn: 349474
-rw-r--r--lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h
index edde86983c8..0f5a885efb8 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h
+++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h
@@ -64,7 +64,7 @@ const char *DW_LNE_value_to_name(uint32_t val);
const char *DW_MACINFO_value_to_name(uint32_t val);
-const char *DW_CFA_value_to_eame(uint32_t val, llvm::Triple::ArchType Arch);
+const char *DW_CFA_value_to_name(uint32_t val, llvm::Triple::ArchType Arch);
const char *DW_GNU_EH_PE_value_to_name(uint32_t val);
OpenPOWER on IntegriCloud