summaryrefslogtreecommitdiff
path: root/linkers/rtems-ld.cpp
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-09-10 11:16:26 +1000
committerChris Johns <chrisj@rtems.org>2014-09-10 11:16:26 +1000
commit2d5de2e120c17dfbb58f1cf16cf1a509e7e633e3 (patch)
tree22ffabb48f17b4a4b78bbf90e63b3d004e413236 /linkers/rtems-ld.cpp
parent67369b148b84250d467af890fddc871ef01deb1a (diff)
Fix the error message.
Diffstat (limited to 'linkers/rtems-ld.cpp')
-rw-r--r--linkers/rtems-ld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linkers/rtems-ld.cpp b/linkers/rtems-ld.cpp
index 6177e99..e8d79db 100644
--- a/linkers/rtems-ld.cpp
+++ b/linkers/rtems-ld.cpp
@@ -367,7 +367,7 @@ main (int argc, char* argv[])
{
const std::string& prefix = rld::get_prefix ();
if (rtems_path.empty () && prefix.empty ())
- throw rld::error ("No RTEMS path provide with arch/bsp", "options");
+ throw rld::error ("No RTEMS path provided with arch/bsp", "options");
if (!rtems_path.empty ())
rld::rtems::set_path (rtems_path);
else