pcie_aer: fix comment to match pcie spec
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 18 Mar 2015 11:45:53 +0000 (12:45 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 18 Mar 2015 11:48:21 +0000 (12:48 +0100)
Code comment says "table 6-2" but in fact it's is not a table, it is
"Figure 6-2" on page 479.

Cc: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
Reported-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci/pcie_aer.c

index 9126058ea6584188b65375a6fdb03a1a52e1055f..eaa3e6ea94f3c7c3100aaaab90e11847d3a5def6 100644 (file)
@@ -622,8 +622,8 @@ static bool pcie_aer_inject_uncor_error(PCIEAERInject *inj, bool is_fatal)
  *
  * 6.2.4 Error Logging
  * 6.2.5 Sequence of Device Error Signaling and Logging Operations
- * table 6-2: Flowchart Showing Sequence of Device Error Signaling and Logging
- *            Operations
+ * Figure 6-2: Flowchart Showing Sequence of Device Error Signaling and Logging
+ *             Operations
  */
 int pcie_aer_inject_error(PCIDevice *dev, const PCIEAERErr *err)
 {