From 7cf71345284c3f31dee1c1102a9fcc32c41480f2 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 4 Nov 2009 16:15:23 +0100 Subject: [PATCH 1/1] Comment fixes only --- src/rpn2cql.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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: -- 1.7.10.4