projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7372f39
)
model: spelling mistake
author
Brian Norris
<banorris@uci.edu>
Thu, 10 Jan 2013 01:50:57 +0000
(17:50 -0800)
committer
Brian Norris
<banorris@uci.edu>
Thu, 10 Jan 2013 01:53:03 +0000
(17:53 -0800)
model.cc
patch
|
blob
|
history
diff --git
a/model.cc
b/model.cc
index f2d40fe6f724022ee2b50c783df310ce0b47ff99..c63d9d9ced8db0b57100028540f3d4930e9bbf0e 100644
(file)
--- a/
model.cc
+++ b/
model.cc
@@
-1361,7
+1361,7
@@
void ModelChecker::print_infeasibility(const char *prefix) const
if (promises_expired())
ptr += sprintf(ptr, "[promise expired]");
if (promises->size() != 0)
- ptr += sprintf(ptr, "[unre
v
olved promise]");
+ ptr += sprintf(ptr, "[unre
s
olved promise]");
if (ptr != buf)
model_print("%s: %s\n", prefix ? prefix : "Infeasible", buf);
}