diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2022-02-06 12:46:38 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-02-06 12:46:38 +0000 |
commit | 164fa411b9244ce3f4ae0d6f17a7f64f6b9ee941 (patch) | |
tree | eb8a106501fdd62aead04a52865f59dea3fe91fa /usr.sbin/makefs/cd9660/cd9660_write.c | |
parent | f32dd4d58a71f420317f4e16ba82f5ee5fed5dd4 (diff) | |
download | src-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.c | 2 |
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) { |