aboutsummaryrefslogtreecommitdiff
path: root/fesvr/htif.cc
diff options
context:
space:
mode:
authorDai chou <tommy0705c@gmail.com>2020-03-17 04:32:34 +0800
committerGitHub <noreply@github.com>2020-03-16 13:32:34 -0700
commitf3055afa55125627be0b64bf7b8bd1c876d9bc79 (patch)
tree7683fde14276fb150a962d51be47d8de9f5aac50 /fesvr/htif.cc
parent8b68e135012560a8b7b1cca3a767f169faa732f0 (diff)
downloadspike-f3055afa55125627be0b64bf7b8bd1c876d9bc79.zip
spike-f3055afa55125627be0b64bf7b8bd1c876d9bc79.tar.gz
spike-f3055afa55125627be0b64bf7b8bd1c876d9bc79.tar.bz2
fixed htif exception typo (#423)
Diffstat (limited to 'fesvr/htif.cc')
-rw-r--r--fesvr/htif.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/fesvr/htif.cc b/fesvr/htif.cc
index be70394..62dfaa5 100644
--- a/fesvr/htif.cc
+++ b/fesvr/htif.cc
@@ -238,7 +238,7 @@ void htif_t::parse_arguments(int argc, char ** argv)
retry:
switch (c) {
case 'h': usage(argv[0]);
- throw std::invalid_argument("User quered htif_t help text");
+ throw std::invalid_argument("User queried htif_t help text");
case HTIF_LONG_OPTIONS_OPTIND:
if (optarg) dynamic_devices.push_back(new rfb_t(atoi(optarg)));
else dynamic_devices.push_back(new rfb_t);