elf-core: correct "no sections" to "no segments."
authorEd Maste <emaste@freebsd.org>
Mon, 23 Feb 2015 15:28:42 +0000 (15:28 +0000)
committerEd Maste <emaste@freebsd.org>
Mon, 23 Feb 2015 15:28:42 +0000 (15:28 +0000)
commitaec140380f31a24949a7b36c69d1bf588d20cccb
tree1005e5386a4ad46b41a508db3c55d90005b59546
parentf488e2ae69e9677ccffacf6ab5e5e2a31b64a7c9
elf-core: correct "no sections" to "no segments."

The error reported here is that there are no phdr entries, so it's
referring to segments, not sections.

llvm-svn: 230227
lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp