aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/dump/dump.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h
index 9429704a1800..a776c8209d0b 100644
--- a/sbin/dump/dump.h
+++ b/sbin/dump/dump.h
@@ -97,7 +97,7 @@ void quit(const char *fmt, ...) __printflike(1, 2);
void timeest(void);
time_t unctime(char *str);
-/* mapping rouintes */
+/* mapping routines */
union dinode;
int mapfiles(ino_t maxino, long *tapesize);
int mapdirs(ino_t maxino, long *tapesize);