diff options
author | unknown <jonas@perch.ndb.mysql.com> | 2006-08-04 10:16:42 +0200 |
---|---|---|
committer | unknown <jonas@perch.ndb.mysql.com> | 2006-08-04 10:16:42 +0200 |
commit | 9e78bbc2206e00e614671f6363d46c3a4868875d (patch) | |
tree | 195994cd3e78105a9a644e797f7f8d07799a16bb /ndb | |
parent | fc1eeba8be206fad26008ff1c6621d7af908d226 (diff) | |
parent | bb285b44c3b61f550122847325478e3ac3f7661d (diff) | |
download | mariadb-git-9e78bbc2206e00e614671f6363d46c3a4868875d.tar.gz |
Merge perch.ndb.mysql.com:/home/jonas/src/41-work
into perch.ndb.mysql.com:/home/jonas/src/50-work
ndb/include/ndbapi/NdbOperation.hpp:
Auto merged
Diffstat (limited to 'ndb')
-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. |