Fixing incorrect comment.

git-svn-id: svn://10.0.0.236/trunk@155868 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com 2004-05-03 21:57:11 +00:00
parent 7247372aa3
commit efe434a667

View File

@ -553,7 +553,7 @@ ns4xPluginStreamListener::OnDataAvailable(nsIPluginStreamInfo* pluginInfo,
if (!mStreamStarted) {
// The plugin called NPN_DestroyStream() from within
// NPP_WriteReady(), kill the stream.
// NPP_Write(), kill the stream.
return NS_BINDING_ABORTED;
}