]> diplodocus.org Git - nmh/blobdiff - sbr/utils.c
Added PROFILE COMPONENTS section and corrected CONTEXT.
[nmh] / sbr / utils.c
index d3d4a860cb45aa5751f9fc553655e7ccf0a6e8a5..9f12132fe7f502ab514af84c0c3f9b84eba31016 100644 (file)
@@ -345,7 +345,7 @@ nmh_strcasestr (const char *s1, const char *s2)
 }
 
 
-/* truncpy copies at most size - 1 chars from non-NULL src to non-NULL,
+/* trunccpy copies at most size-1 chars from non-NULL src to non-NULL,
  * non-overlapping, dst, and ensures dst is NUL terminated.  If size is
  * zero then it aborts as dst cannot be NUL terminated.
  *