From: Dennis Schafroth Date: Wed, 4 Nov 2009 15:15:23 +0000 (+0100) Subject: Comment fixes only X-Git-Tag: v3.0.51~19 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=7cf71345284c3f31dee1c1102a9fcc32c41480f2;hp=e5ae7bef1ef7d79a07a89f329e6b603d40a44c7f Comment fixes only --- diff --git a/src/rpn2cql.c b/src/rpn2cql.c index 2187838..5530d01 100644 --- a/src/rpn2cql.c +++ b/src/rpn2cql.c @@ -59,10 +59,9 @@ static const char *lookup_relation_index_from_attr(Z_AttributeList *attributes) { /* Only support for numeric relation */ Odr_int *relation = ae->value.numeric; - /* map this numeric to represetation in cql */ + /* map this numeric to representation in CQL */ switch (*relation) { - /* Unsure on whether this is the relation attribute - const? */ + /* Unsure on whether this is the relation attribute constants? */ case Z_ProximityOperator_Prox_lessThan: return "<"; case Z_ProximityOperator_Prox_lessThanOrEqual: