]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/tracepoint.c
vmxnet3: remove duplicate #include
[net-next-2.6.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.
  */