aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryue0211 <asx5566123@gmail.com>2023-12-30 13:17:09 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2024-02-13 04:30:30 +0000
commit26e69f9f98bf976b0f898f1fcb9ca572a0f22c54 (patch)
tree14c04cd8578dcf34ec37864e52ae738d039174ad
parente9866ce84f41bf8a5122713b027d1af05cbbb5b3 (diff)
downloadsrc-26e69f9f98bf976b0f898f1fcb9ca572a0f22c54.tar.gz
src-26e69f9f98bf976b0f898f1fcb9ca572a0f22c54.zip
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
-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);