aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/cd9660/cd9660_write.c
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-02-06 12:46:38 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-02-06 12:46:38 +0000
commit164fa411b9244ce3f4ae0d6f17a7f64f6b9ee941 (patch)
treeeb8a106501fdd62aead04a52865f59dea3fe91fa /usr.sbin/makefs/cd9660/cd9660_write.c
parentf32dd4d58a71f420317f4e16ba82f5ee5fed5dd4 (diff)
downloadsrc-164fa411b9244ce3f4ae0d6f17a7f64f6b9ee941.tar.gz
src-164fa411b9244ce3f4ae0d6f17a7f64f6b9ee941.zip
makefs(8): Fix a few typos in source code comments
- s/concearned/concerned/ - s/quadradically/quadratically/ Obtained from: NetBSD MFC after: 3 days
Diffstat (limited to 'usr.sbin/makefs/cd9660/cd9660_write.c')
-rw-r--r--usr.sbin/makefs/cd9660/cd9660_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/makefs/cd9660/cd9660_write.c b/usr.sbin/makefs/cd9660/cd9660_write.c
index 3d50fcd6b232..71e884f792d9 100644
--- a/usr.sbin/makefs/cd9660/cd9660_write.c
+++ b/usr.sbin/makefs/cd9660/cd9660_write.c
@@ -97,7 +97,7 @@ cd9660_write_image(iso9660_disk *diskStructure, const char* image)
/*
* Write the path tables: there are actually four, but right
- * now we are only concearned with two.
+ * now we are only concerned with two.
*/
status = cd9660_write_path_tables(diskStructure, fd);
if (status == 0) {