]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/strncmp.c
Delete gori_map during destruction of GORI.
[thirdparty/gcc.git] / libiberty / strncmp.c
index 916c2f07a8a88cf8213c1c4e338a7cb9a13f19b4..23f6df617562fed3c3b07ecb28361a5709a1a09c 100644 (file)
@@ -3,7 +3,8 @@
 
 /*
 
-@deftypefn Supplemental int strncmp (const char *@var{s1}, const char *@var{s2}, size_t @var{n})
+@deftypefn Supplemental int strncmp (const char *@var{s1}, @
+  const char *@var{s2}, size_t @var{n})
 
 Compares the first @var{n} bytes of two strings, returning a value as
 @code{strcmp}.