MFp4: Typo fix (without it the XML GEOM tree wasn't consistent).
Reported by: Eric Anderson <anderson@centtech.com>
This commit is contained in:
parent
cc2c6edb77
commit
b91df0e29e
@ -554,7 +554,7 @@ g_nop_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
|
||||
sbuf_printf(sb, "%s<FailProb>%u</FailProb>\n", indent, sc->sc_failprob);
|
||||
sbuf_printf(sb, "%s<Reads>%ju</Reads>\n", indent, sc->sc_reads);
|
||||
sbuf_printf(sb, "%s<Writes>%ju</Writes>\n", indent, sc->sc_writes);
|
||||
sbuf_printf(sb, "%s<ReadBytes>%ju</ReadBytess>\n", indent,
|
||||
sbuf_printf(sb, "%s<ReadBytes>%ju</ReadBytes>\n", indent,
|
||||
sc->sc_readbytes);
|
||||
sbuf_printf(sb, "%s<WroteBytes>%ju</WroteBytes>\n", indent,
|
||||
sc->sc_wrotebytes);
|
||||
|
Loading…
x
Reference in New Issue
Block a user