From 675e8a86bca0310ba3819095f4b54080b2ea253a Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 10 Sep 2014 11:16:26 +1000 Subject: Fix the error message. --- rtems-ld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtems-ld.cpp b/rtems-ld.cpp index 6177e99..e8d79db 100644 --- a/rtems-ld.cpp +++ b/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 -- cgit v1.2.3