summaryrefslogtreecommitdiff
path: root/native/plugin
diff options
context:
space:
mode:
authorLillian Angel <langel@redhat.com>2006-06-06 15:43:14 +0000
committerLillian Angel <langel@redhat.com>2006-06-06 15:43:14 +0000
commit3206467d7764df275a5fabcf084eea0b83667b3f (patch)
treeba6e46617e341e1b7b14d4b1f2be7ae096909c47 /native/plugin
parent87d825c68652192b229309d0b1b96233a68b9123 (diff)
downloadclasspath-3206467d7764df275a5fabcf084eea0b83667b3f.tar.gz
*** empty log message ***
Diffstat (limited to 'native/plugin')
-rw-r--r--native/plugin/gcjwebplugin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/plugin/gcjwebplugin.cc b/native/plugin/gcjwebplugin.cc
index 4067dac5c..408a7c91c 100644
--- a/native/plugin/gcjwebplugin.cc
+++ b/native/plugin/gcjwebplugin.cc
@@ -1563,7 +1563,7 @@ plugin_data_destroy (GCJPluginData** data)
// The field 'initialized' is set to true once this function has
// finished. If 'initialized' is already true at the beginning of
// this function, then it is evident that NP_Initialize has already
-// been called. There is no need to call this function more than twice and
+// been called. There is no need to call this function more than once and
// this workaround avoids any duplicate calls.
NPError
NP_Initialize (NPNetscapeFuncs* browserTable, NPPluginFuncs* pluginTable)