Commit cd39737d authored by nagayama15's avatar nagayama15

Fix typo

parent 6110c629
...@@ -12,7 +12,7 @@ namespace kyut::watermarker { ...@@ -12,7 +12,7 @@ namespace kyut::watermarker {
/** /**
* @brief Embed watermarks by changing the order of functions. * @brief Embed watermarks by changing the order of functions.
* *
* @param module A reference to the WebAssembly module in which watermarks will be embeded. * @param module A reference to the WebAssembly module in which watermarks will be embedded.
* @param stream Input stream containing watermarks to embed. * @param stream Input stream containing watermarks to embed.
* @param maxChunkSize The maximum number of functions in the watermark chunk. * @param maxChunkSize The maximum number of functions in the watermark chunk.
* @return Number of watermark bits embedded in the module. * @return Number of watermark bits embedded in the module.
...@@ -22,7 +22,7 @@ namespace kyut::watermarker { ...@@ -22,7 +22,7 @@ namespace kyut::watermarker {
/** /**
* @brief Extract watermarks by changing the order of functions. * @brief Extract watermarks by changing the order of functions.
* *
* @param module * @param module A reference to the WebAssembly module with embedded watermarks.
* @param stream Output stream to save the watermarks. * @param stream Output stream to save the watermarks.
* @param maxChunkSize The maximum number of functions in the watermark chunk. * @param maxChunkSize The maximum number of functions in the watermark chunk.
* @return Number of watermark bits extracted from the module. * @return Number of watermark bits extracted from the module.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment