summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-07-01 21:01:40 +0000
committerwtchang%redhat.com <devnull@localhost>2005-07-01 21:01:40 +0000
commitbbc4dbedbcded87b65461825c8b480d9e2b6e054 (patch)
tree503bdce923507597e171f00107a2fdbe224f8a2c
parentf2a39dc3ade74210d4faefb6beb0e414611a8652 (diff)
downloadnspr-hg-bbc4dbedbcded87b65461825c8b480d9e2b6e054.tar.gz
Fixed spelling errors in comments.
-rw-r--r--pr/src/io/prprf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/src/io/prprf.c b/pr/src/io/prprf.c
index b7ac9812..cd5760a9 100644
--- a/pr/src/io/prprf.c
+++ b/pr/src/io/prprf.c
@@ -394,7 +394,7 @@ static int cvt_s(SprintfState *ss, const char *s, int width, int prec,
}
/*
-** BiuldArgArray stands for Numbered Argument list Sprintf
+** BuildArgArray stands for Numbered Argument list Sprintf
** for example,
** fmp = "%4$i, %2$d, %3s, %1d";
** the number must start from 1, and no gap among them
@@ -410,7 +410,7 @@ static struct NumArg* BuildArgArray( const char *fmt, va_list ap, int* rv, struc
/*
** first pass:
- ** detemine how many legal % I have got, then allocate space
+ ** determine how many legal % I have got, then allocate space
*/
p = fmt;