]> mj.ucw.cz Git - pciutils.git/blobdiff - ls-caps.c
Added a test case for broken extended capabilities
[pciutils.git] / ls-caps.c
index 634dadce4e84834c80cd6cecbb9fee4637439108..507771a95ab139758a792a563bb081b4def0ef8c 100644 (file)
--- a/ls-caps.c
+++ b/ls-caps.c
@@ -798,7 +798,7 @@ static void cap_express_slot(struct device *d, int where)
   u16 w;
 
   t = get_conf_long(d, where + PCI_EXP_SLTCAP);
-  printf("\t\tSltCap:\tAttnBtn%c PwrCtrl%c MRL%c AttnInd%c PwrInd%c HotPlug%c Surpise%c\n",
+  printf("\t\tSltCap:\tAttnBtn%c PwrCtrl%c MRL%c AttnInd%c PwrInd%c HotPlug%c Surprise%c\n",
        FLAG(t, PCI_EXP_SLTCAP_ATNB),
        FLAG(t, PCI_EXP_SLTCAP_PWRC),
        FLAG(t, PCI_EXP_SLTCAP_MRL),