summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-04-29 18:39:16 +0000
committerwtchang%redhat.com <devnull@localhost>2005-04-29 18:39:16 +0000
commit46164cb60f49cf970b1ebba5485b27684803481f (patch)
treef49334e8505424a164b42c3a4ccbace4da1bf4ed
parent534ec8348cb2060eff293e2d9e86cd593aa72f22 (diff)
downloadnspr-hg-46164cb60f49cf970b1ebba5485b27684803481f.tar.gz
Changed "it's" to "its".
Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
-rw-r--r--lib/libc/include/plstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/include/plstr.h b/lib/libc/include/plstr.h
index 398a5356..4d21cc46 100644
--- a/lib/libc/include/plstr.h
+++ b/lib/libc/include/plstr.h
@@ -116,7 +116,7 @@ PL_strncpy(char *dest, const char *src, PRUint32 max);
* unlike the traditional libc implementation. It returns the "dest" argument.
*
* NOTE: If you call this with a source "abcdefg" and a max of 5, the
- * destination will end up with "abcd\0" (i.e., it's strlen length will be 4)!
+ * destination will end up with "abcd\0" (i.e., its strlen length will be 4)!
*
* This means you can do this:
*