Changeset: 20073ab86b65 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=20073ab86b65
Modified Files:
clients/mapiclient/tomograph.c
monetdb5/mal/mal_factory.c
monetdb5/mal/mal_instruction.h
monetdb5/mal/mal_profiler.c
monetdb5/mal/mal_readline.c
monetdb5/optimizer/opt_qep.c
Branch: Feb2013
Log Message:
English: built->build where appropriate.
diffs (81 lines):
diff --git a/clients/mapiclient/tomograph.c b/clients/mapiclient/tomograph.c
--- a/clients/mapiclient/tomograph.c
+++ b/clients/mapiclient/tomograph.c
@@ -2019,7 +2019,7 @@ doProfile(void *d)
for (i = 0; i < MAXTHREADS; i++)
threads[i] = topbox++;
- /* sent single query */
+ /* send single query */
if (sqlstatement) {
doRequest(dbhsql, sqlstatement);
}
diff --git a/monetdb5/mal/mal_factory.c b/monetdb5/mal/mal_factory.c
--- a/monetdb5/mal/mal_factory.c
+++ b/monetdb5/mal/mal_factory.c
@@ -122,7 +122,7 @@
* end random;
* @end example
*
- * The operators to built client aware factories are,
+ * The operators to build client aware factories are,
* @sc{factories.getCaller()}, which returns a client
* index, @sc{factories.getModule()} and @sc{factories.getFunction()},
* which returns the identity of scope enclosed.
diff --git a/monetdb5/mal/mal_instruction.h b/monetdb5/mal/mal_instruction.h
--- a/monetdb5/mal/mal_instruction.h
+++ b/monetdb5/mal/mal_instruction.h
@@ -135,7 +135,7 @@ typedef struct MALBLK {
ProfPtr profiler;
struct MALBLK *history; /* of optimizer actions */
short keephistory; /* do we need the history at
all */
- short dotfile; /* sent dot file to
stethoscope? */
+ short dotfile; /* send dot file to
stethoscope? */
str marker; /* history points are
marked for backtracking */
int maxarg; /* keep track on the
maximal arguments used */
ptr replica; /* for the replicator tests */
diff --git a/monetdb5/mal/mal_profiler.c b/monetdb5/mal/mal_profiler.c
--- a/monetdb5/mal/mal_profiler.c
+++ b/monetdb5/mal/mal_profiler.c
@@ -158,7 +158,7 @@ deactivateCounter(str name)
* Offline processing
* The offline processing structure is the easiest. We merely have to
* produce a correct tuple format for the front-end.
- * To avoid unnecessary locks we first built the event as a string
+ * To avoid unnecessary locks we first build the event as a string
* It uses a local logbuffer[LOGLEN] and logbase, logtop, loglen
*/
#define LOGLEN 8192
diff --git a/monetdb5/mal/mal_readline.c b/monetdb5/mal/mal_readline.c
--- a/monetdb5/mal/mal_readline.c
+++ b/monetdb5/mal/mal_readline.c
@@ -61,7 +61,7 @@
* using the commands @sc{manual.help}.
* Keyword based lookup is supported by the operation @sc{manual.search};
* Additional routines are available in the @sc{inspect}
- * module to built reflexive code.
+ * module to build reflexive code.
*
* For console input the @sc{readline} library linked with
* the system provides a history mechanism and also name completion.
diff --git a/monetdb5/optimizer/opt_qep.c b/monetdb5/optimizer/opt_qep.c
--- a/monetdb5/optimizer/opt_qep.c
+++ b/monetdb5/optimizer/opt_qep.c
@@ -124,7 +124,7 @@ QEPinsert(QEP qep, int pos, QEP child){
#define TOPNODE 3
static QEP
-QEPbuilt(MalBlkPtr mb){
+QEPbuild(MalBlkPtr mb){
QEP qroot= NULL, q= NULL, *vq;
InstrPtr p;
int i, j, k, *status;
@@ -209,7 +209,7 @@ OPTdumpQEPImplementation(Client cntxt, M
(void) stk;
(void) p;
- qep= QEPbuilt(mb);
+ qep= QEPbuild(mb);
QEPdump(cntxt->fdout,qep,0);
return 1;
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list