dump(8): Fix typo in comment

Event:		Advanced UNIX Programming Course (Fall’23) at NTHU.
Pull Request:	https://github.com/freebsd/freebsd-src/pull/968
This commit is contained in:
yue0211 2023-12-30 21:17:09 +08:00 committed by Li-Wen Hsu
parent e9866ce84f
commit 26e69f9f98
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF

View File

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