aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-06-21 12:50:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-06-21 12:50:15 +0200
commit16615d695a9383105df9abfcee61e590e876d5ce (patch)
tree29dd46d46160656632a31396d323e9647f720d66 /odb
parentc48c8cd8b949cf6b9662596a6078cb6812087247 (diff)
Fix typo in comment
Diffstat (limited to 'odb')
-rw-r--r--odb/mssql/statement.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mssql/statement.hxx b/odb/mssql/statement.hxx
index 2920c04..74326a0 100644
--- a/odb/mssql/statement.hxx
+++ b/odb/mssql/statement.hxx
@@ -419,7 +419,7 @@ namespace odb
return execute (n, &mex);
}
- // Return the number of rows affected (deleted) by the parameter
+ // Return the number of rows affected (updated) by the parameter
// set. If this is a batch (n > 1 in execute() call above) and it
// is impossible to determine the affected row count for each
// parameter set, then this function returns result_unknown. All