summaryrefslogtreecommitdiffstats
path: root/sys/geom/nop
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2005-12-19 06:05:40 +0000
committerpjd <pjd@FreeBSD.org>2005-12-19 06:05:40 +0000
commit684d7955814e51ea6045a49d8aa2b50ee8e466dc (patch)
tree18957798795e2498f617e7a92cd5d6c4bdc3384f /sys/geom/nop
parent015b4eb56e8559a7f630e82cc8472a3efb543eb1 (diff)
downloadFreeBSD-src-684d7955814e51ea6045a49d8aa2b50ee8e466dc.zip
FreeBSD-src-684d7955814e51ea6045a49d8aa2b50ee8e466dc.tar.gz
MFp4: Typo fix (without it the XML GEOM tree wasn't consistent).
Reported by: Eric Anderson <anderson@centtech.com>
Diffstat (limited to 'sys/geom/nop')
-rw-r--r--sys/geom/nop/g_nop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/nop/g_nop.c b/sys/geom/nop/g_nop.c
index 3083d46..40e951f 100644
--- a/sys/geom/nop/g_nop.c
+++ b/sys/geom/nop/g_nop.c
@@ -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);
OpenPOWER on IntegriCloud