summaryrefslogtreecommitdiff
path: root/src/op.cc
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2020-05-21 21:12:39 +0800
committerMartin Michlmayr <tbm@cyrius.com>2020-05-21 21:12:39 +0800
commitbc1dcd187fb6f24d6b96ceb4c9b9176624b90dab (patch)
treecc6e3300943195e1e096bc84fbfefb8dfce3bb61 /src/op.cc
parenta254f598b2fc99d7ae917579803ccdd6dc872c4d (diff)
downloadfork-ledger-bc1dcd187fb6f24d6b96ceb4c9b9176624b90dab.tar.gz
fork-ledger-bc1dcd187fb6f24d6b96ceb4c9b9176624b90dab.tar.bz2
fork-ledger-bc1dcd187fb6f24d6b96ceb4c9b9176624b90dab.zip
Fix typos in comments
Diffstat (limited to 'src/op.cc')
-rw-r--r--src/op.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op.cc b/src/op.cc
index 5801b1dd..b4d4a56e 100644
--- a/src/op.cc
+++ b/src/op.cc
@@ -441,7 +441,7 @@ namespace {
int recursion_depth = 0)
{
// If the object we are apply call notation to is a FUNCTION value
- // or a O_LAMBDA expression, then this is the object we want to
+ // or an O_LAMBDA expression, then this is the object we want to
// call.
if (op->is_function() || op->kind == expr_t::op_t::O_LAMBDA)
return op;