ARM: Merge for-2635/samsung-hwmon
[linux-2.6-block.git] / kernel / tracepoint.c
index 9489a0a9b1be69ed21234d9211df1f05a9857ec5..cc89be5bc0f8ef3d8776ed0da0cf021cf6a35003 100644 (file)
@@ -48,7 +48,7 @@ static struct hlist_head tracepoint_table[TRACEPOINT_TABLE_SIZE];
 
 /*
  * Note about RCU :
- * It is used to to delay the free of multiple probes array until a quiescent
+ * It is used to delay the free of multiple probes array until a quiescent
  * state is reached.
  * Tracepoint entries modifications are protected by the tracepoints_mutex.
  */