Changeset: 24ce19223683 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=24ce19223683
Modified Files:
        monetdb5/extras/rdf/rdf_shredder.mx
        sql/scripts/30_rdf.sql
Branch: default
Log Message:

Comment fixes.


diffs (32 lines):

diff --git a/monetdb5/extras/rdf/rdf_shredder.mx 
b/monetdb5/extras/rdf/rdf_shredder.mx
--- a/monetdb5/extras/rdf/rdf_shredder.mx
+++ b/monetdb5/extras/rdf/rdf_shredder.mx
@@ -318,13 +318,13 @@ parserData_create (str location, BAT** g
  * @-
  * After the RDF document has been shredded into 3 bats and a lexical value
  * dictionary, a post-shred processing step follows that orders the lexical
- * dictionary, re-maps oids to match the ordered dictionary and finaly creates
+ * dictionary, re-maps oids to match the ordered dictionary and finally creates
  * all 6 permutations of the (subject, predicate, object) order.
  *
  * However, it is still to be examined if it worth the time to refine the order
  * of the last column. In most cases, during query time, the last column will 
need
- * to be re-order for a subsequent sort-merge join. We introduce sort3 and 
sort2
- * so we can investigate both possibilities. In addition, the first column 
need to
+ * to be re-ordered for a subsequent sort-merge join. We introduce order3 and 
order2
+ * so we can investigate both possibilities. In addition, the first column 
needs to
  * be stored only once for each couple of orders with the same first column. 
For
  * example, it holds that S_SPO == S_SOP.
  */
diff --git a/sql/scripts/30_rdf.sql b/sql/scripts/30_rdf.sql
--- a/sql/scripts/30_rdf.sql
+++ b/sql/scripts/30_rdf.sql
@@ -26,7 +26,7 @@ create schema rdf;
 create table rdf.graph (gname string, gid int);
 
 -- create a procudure to load an RDF document
--- the chema string should be removed in the future and auto-fill it from
+-- the schema string should be removed in the future and auto-fill it from
 -- the backend
 create procedure rdf_shred(location string, gname string, sch string)
        external name sql.rdfshred;
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to