summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2018-01-15 22:47:40 -0800
committerGitHub <noreply@github.com>2018-01-15 22:47:40 -0800
commit4538f5fe95758f2507c191ab39175491f24e6f67 (patch)
tree9b288d3601692488e02c10adebf7f90b227981a0 /src/util
parent9ee67c0d1180c7cf85fb648b57bb47100db3d633 (diff)
Removing more miscellaneous throw specifiers. (#1509)
Removing more miscellaneous throw specifiers. Also fixing the spelling of amount in several places.
Diffstat (limited to 'src/util')
-rw-r--r--src/util/resource_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/resource_manager.h b/src/util/resource_manager.h
index e49b27286..c84bed38d 100644
--- a/src/util/resource_manager.h
+++ b/src/util/resource_manager.h
@@ -91,11 +91,11 @@ class CVC4_PUBLIC ResourceManager {
/** The amount of resource used. */
uint64_t d_cumulativeResourceUsed;
- /** The ammount of resource used during this call. */
+ /** The amount of resource used during this call. */
uint64_t d_thisCallResourceUsed;
/**
- * The ammount of resource budget for this call (min between per call
+ * The amount of resource budget for this call (min between per call
* budget and left-over cumulative budget.
*/
uint64_t d_thisCallTimeBudget;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback