Skip to content

Commit da12275

Browse files
committed
Fix comment
Signed-off-by: Takeshi Yoneda <[email protected]>
1 parent 44d66f7 commit da12275

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/proxy-wasm/context.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ 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 for caching PluginBase per thread and deciding whether to create a new PluginBase.
48+
* @param key is used for caching PluginBase per thread and determining whether to create a new
49+
* PluginHandleBase.
4950
*/
5051
struct PluginBase {
5152
PluginBase(std::string_view name, std::string_view root_id, std::string_view vm_id,

0 commit comments

Comments
 (0)