Skip to content

Commit

Permalink
code doc comment changed to simple comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamite-bud authored and theduke committed Mar 16, 2023
1 parent 0dd41dc commit c2ad492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wasi/src/bin_factory/module_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl ModuleCache {
let cache = self.cache_webc.read().unwrap();
if let Some(data) = cache.get(&name) {
if let Some(when_cached) = data.when_cached.as_ref() {
/** get the current platform time at this point because of the lock conflict
/* get the current platform time at this point because of the lock conflict
* now time remains the same and the lock from a differnt thread can cause when_cached to go ahead
* and cause a panic
*/
Expand Down

0 comments on commit c2ad492

Please sign in to comment.