diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-04-28 04:38:34 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-04-28 04:38:34 +0200 |
commit | dbfb32056693662b9843b47c70a672f32ea55d8b (patch) | |
tree | 67f89dadd378cc42f390193945d676cb19fb7996 /sys/src/libndb/ndbreorder.c | |
parent | 5aae3d344b9f362539f06d20ea5ca80a0c8b3a78 (diff) |
libndb: cleanup
Diffstat (limited to 'sys/src/libndb/ndbreorder.c')
-rw-r--r-- | sys/src/libndb/ndbreorder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/libndb/ndbreorder.c b/sys/src/libndb/ndbreorder.c index 167d0a0ac..f68f7a74f 100644 --- a/sys/src/libndb/ndbreorder.c +++ b/sys/src/libndb/ndbreorder.c @@ -4,7 +4,7 @@ #include <ndb.h> /* - * reorder the tuple to put x's line first in the entry and x fitst in its line + * reorder the tuple to put x's line first in the entry and x first in its line */ Ndbtuple* ndbreorder(Ndbtuple *t, Ndbtuple *x) |