Skip to content

Commit 527bb84

Browse files
committed
Fix comment part2..
Signed-off-by: Takeshi Yoneda <[email protected]>
1 parent da12275 commit 527bb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/proxy-wasm/context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class WasmVm;
4545
* @param vm_id is a string used to differentiate VMs with the same code and VM configuration.
4646
* @param plugin_configuration is configuration for this plugin.
4747
* @param fail_open if true the plugin will pass traffic as opposed to close all streams.
48-
* @param key is used for caching PluginBase per thread and determining whether to create a new
48+
* @param key is used for caching PluginHandleBase per thread and determining whether to create a new
4949
* PluginHandleBase.
5050
*/
5151
struct PluginBase {

0 commit comments

Comments
 (0)