MFp4: Typo fix (without it the XML GEOM tree wasn't consistent).

Reported by:	Eric Anderson <anderson@centtech.com>
This commit is contained in:
Pawel Jakub Dawidek 2005-12-19 06:05:40 +00:00
parent cc2c6edb77
commit b91df0e29e

View File

@ -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);