Changeset: aca836afa838 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=aca836afa838
Modified Files:
monetdb5/mal/mal_client.h
Branch: default
Log Message:
Merge with Oct2014 branch.
diffs (35 lines):
diff --git a/monetdb5/mal/mal_client.h b/monetdb5/mal/mal_client.h
--- a/monetdb5/mal/mal_client.h
+++ b/monetdb5/mal/mal_client.h
@@ -28,8 +28,8 @@
/*
* The prompt structure is designed to simplify recognition of the
* language framework for interaction. For direct console access it is a
- * short printable ascii string. For access through an API we assume the
- * prompt is an ascii string surrounded by a \001 character. This
+ * short printable ASCII string. For access through an API we assume the
+ * prompt is an ASCII string surrounded by a \001 character. This
* simplifies recognition. The information between the prompt brackets
* can be used to pass the mode to the front-end. Moreover, the prompt
* can be dropped if a single stream of information is expected from the
@@ -57,9 +57,9 @@ typedef struct CLIENT {
oid user; /* user id in the auth administration */
/*
* The actions for a client is separated into several stages:
- * parsing, strategic optimization, tactial optimization, and
+ * parsing, strategic optimization, tactical optimization, and
* execution. The routines to handle them are obtained once the
- * scenario is choosen. Each stage carries a state descriptor, but
+ * scenario is chosen. Each stage carries a state descriptor, but
* they share the IO state description. A backup structure is
* provided to temporarily switch to another scenario.
*/
@@ -92,7 +92,7 @@ typedef struct CLIENT {
bstream *fdin;
int yycur; /* the scanners current position */
/*
- * Keeping track of instructions executed is a valueable tool for
+ * Keeping track of instructions executed is a valuable tool for
* script processing and debugging. It can be changed at runtime
* for individual clients using the operation clients.listing(mask).
* A listing bit controls the level of detail to be generated during
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list