about summary refs log tree commit diff
path: root/manual/string.texi
diff options
context:
space:
mode:
Diffstat (limited to 'manual/string.texi')
-rw-r--r--manual/string.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/string.texi b/manual/string.texi
index 46101ded99..07ed35b8ab 100644
--- a/manual/string.texi
+++ b/manual/string.texi
@@ -365,7 +365,7 @@ string has the same limitations as any block of memory allocated using
 @code{alloca}.
 
 For obvious reasons @code{strdupa} is implemented only as a macro.  I.e.,
-you cannot get the address of this function.  Despite this limitations
+you cannot get the address of this function.  Despite this limitation
 it is a useful function.  The following code shows a situation where
 using @code{malloc} would be a lot more expensive.
 
@@ -374,7 +374,7 @@ using @code{malloc} would be a lot more expensive.
 @end smallexample
 
 Please note that calling @code{strtok} using @var{path} directly is
-illegal.
+invalid.
 
 This function is only available if GNU CC is used.
 @end deftypefun