]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - disk-utils/fsck.cramfs.c
agetty: fix output of escaped characters
[thirdparty/util-linux.git] / disk-utils / fsck.cramfs.c
index 2a4f75a8c730b2ecae066937c1b9d0df0cb50464..0d9bdadf779f25846888b34337d49ac83c6977ee 100644 (file)
@@ -47,7 +47,7 @@
 
 /* We don't use our include/crc32.h, but crc32 from zlib!
  *
- * The zlib implemenation performs pre/post-conditioning. The util-linux
+ * The zlib implementation performs pre/post-conditioning. The util-linux
  * imlemenation requires post-conditioning (xor) in the applications.
  */
 #include <zlib.h>