summaryrefslogtreecommitdiff
path: root/doc/posix-functions/strstr.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/strstr.texi')
-rw-r--r--doc/posix-functions/strstr.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/strstr.texi b/doc/posix-functions/strstr.texi
index 1b124a0e53..3a36cfdeed 100644
--- a/doc/posix-functions/strstr.texi
+++ b/doc/posix-functions/strstr.texi
@@ -21,7 +21,7 @@ This function may fail to find matches on some platforms:
glibc 2.28.
@end itemize
-Portability problems fixed by Gnulib @code{strstr}:
+Portability problems fixed by Gnulib module @code{strstr}:
@itemize
@item
This function has quadratic instead of linear worst-case complexity on some