]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/tst-mntent-blank-corrupt.c
Fix all the remaining misspellings -- BZ 25337
[thirdparty/glibc.git] / misc / tst-mntent-blank-corrupt.c
index 5cde4ced47cfae2035baba56ce796843f6307ee6..ef7fe03a6d8f5a1b70edcae28e0496943b47d068 100644 (file)
@@ -34,7 +34,7 @@ do_test (void)
 
   /* The corruption happens here ...  */
   getmntent (fp);
-  /* ... but trigers here.  */
+  /* ... but triggers here.  */
   endmntent (fp);
 
   /* If the test failed, we would crash, and not hit this point.  */