diff --git a/src/java/org/apache/cassandra/hadoop/cql3/CqlRecordWriter.java b/src/java/org/apache/cassandra/hadoop/cql3/CqlRecordWriter.java
index 23beba3953..96815effdb 100644
--- a/src/java/org/apache/cassandra/hadoop/cql3/CqlRecordWriter.java
+++ b/src/java/org/apache/cassandra/hadoop/cql3/CqlRecordWriter.java
@@ -42,7 +42,7 @@ import org.apache.hadoop.util.Progressable;
/**
* The CqlRecordWriter maps the output <key, value>
* pairs to a Cassandra table. In particular, it applies the binded variables
- * in the value to the prepared statement, which it associates with the key, and in
+ * in the value to the prepared statement, which it associates with the key, and in
* turn the responsible endpoint.
*
*
@@ -111,11 +111,11 @@ class CqlRecordWriter extends RecordWriter