summaryrefslogtreecommitdiff
path: root/src/pyinterp.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-03 14:51:36 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-03 14:51:36 -0500
commit6d835e52f50ed7443384cb2ce56db77f6c7cc2f7 (patch)
tree167b5fb673d2d698d67792635469ea664be86b2f /src/pyinterp.cc
parentd9963b0312e974c93371d35d43d2ad71fad42ba3 (diff)
downloadfork-ledger-6d835e52f50ed7443384cb2ce56db77f6c7cc2f7.tar.gz
fork-ledger-6d835e52f50ed7443384cb2ce56db77f6c7cc2f7.tar.bz2
fork-ledger-6d835e52f50ed7443384cb2ce56db77f6c7cc2f7.zip
Changed two callout comments
Diffstat (limited to 'src/pyinterp.cc')
-rw-r--r--src/pyinterp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyinterp.cc b/src/pyinterp.cc
index f565f2c0..7c4818ae 100644
--- a/src/pyinterp.cc
+++ b/src/pyinterp.cc
@@ -338,7 +338,7 @@ value_t python_interpreter_t::functor_t::operator()(call_scope_t& args)
if (val.check())
return val();
#if 1
- // jww (2009-02-24): Distinguish between "no return" and a value with an
+ // jww (2009-02-24): Distinguish between "no return" and values with
// unconvertable type
return NULL_VALUE;
#else