]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - kernel/tracepoint.c
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mv-sheeva.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.
  */