Index: src/string/api.c =================================================================== --- src/string/api.c (revision 45287) +++ src/string/api.c (working copy) @@ -1666,8 +1666,8 @@ =item C -Performs a bitwise C on two Parrot string, performing type and encoding -conversions if necessary. If the second string is not C then it is +Performs a bitwise C on two Parrot strings, performing type and encoding +conversions if necessary. If the third string is not C then it is reused. Otherwise a new Parrot string is created. =cut @@ -1895,7 +1895,7 @@ STRING *s2, STRING **dest)> Performs a bitwise C on two Parrot strings, performing type and encoding -conversions if necessary. If the second string is not C, then it is +conversions if necessary. If the third string is not C, then it is reused. Otherwise a new Parrot string is created. =cut