diff options
author | jonas@perch.ndb.mysql.com <> | 2006-08-04 10:16:42 +0200 |
---|---|---|
committer | jonas@perch.ndb.mysql.com <> | 2006-08-04 10:16:42 +0200 |
commit | 6285f743b3105acc4767b5de4e30ce187face41b (patch) | |
tree | 195994cd3e78105a9a644e797f7f8d07799a16bb | |
parent | fe87ad292fc375211f88abb659a3210bf6f9a423 (diff) | |
parent | 8a825e3cface4f0353ea9a1a2e8efde0a903de22 (diff) | |
download | mariadb-git-6285f743b3105acc4767b5de4e30ce187face41b.tar.gz |
Merge perch.ndb.mysql.com:/home/jonas/src/41-work
into perch.ndb.mysql.com:/home/jonas/src/50-work
-rw-r--r-- | ndb/include/ndbapi/NdbOperation.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/ndbapi/NdbOperation.hpp b/ndb/include/ndbapi/NdbOperation.hpp index 4db541f7fe4..dbc343d2238 100644 --- a/ndb/include/ndbapi/NdbOperation.hpp +++ b/ndb/include/ndbapi/NdbOperation.hpp @@ -477,7 +477,7 @@ public: /** * Interpreted program instruction: - * Substract RegSource1 from RegSource2 and put the result in RegDest. + * Substract RegSource2 from RegSource1 and put the result in RegDest. * * @param RegSource1 First register. * @param RegSource2 Second register. |