428491 identity changed to identify request by serge gautherie r=wan-teh

git-svn-id: svn://10.0.0.236/trunk@250555 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
glen.beasley%sun.com 2008-04-21 15:32:28 +00:00
parent 20de55944a
commit ea230b6325

View File

@ -39,7 +39,7 @@
PR_BEGIN_EXTERN_C
/*
** JNI uses strings to identity Java classes, fields, and methods. Rather
** JNI uses strings to identify Java classes, fields, and methods. Rather
** than put lots of string constants in our JNI code, we define them once
** here. This has two benefits: it reduces the probability of typos
** (we only have to type the names once), and it allows us to more