浏览代码

doc: Fix broken HTML directive

This commit adds the needed "<".

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Paul E. McKenney 7 年之前
父节点
当前提交
5c3f78ec28
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html

+ 1 - 1
Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html

@@ -157,7 +157,7 @@ whether or not the current CPU is in an RCU read-side critical section.
 The best that <tt>sync_sched_exp_handler()</tt> can do is to check
 for idle, on the off-chance that the CPU went idle while the IPI
 was in flight.
-If the CPU is idle, then tt>sync_sched_exp_handler()</tt> reports
+If the CPU is idle, then <tt>sync_sched_exp_handler()</tt> reports
 the quiescent state.
 
 <p>