Skip to content

Commit

Permalink
Fix comment in StdMem.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoskuilen committed Dec 10, 2024
1 parent d2788eb commit 4858798
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sst/core/interfaces/stdMem.h
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,6 @@ class StandardMem : public SubComponent
/* Flush an entire cache
* Write back dirty data to memory, invalidate data in cache
* Response type is FlushResp
* inv = false: Write back dirty data to memory, leave clean data in cache
* inv = true: Write back dirty data to memory, invalidate data in cache
*/
class FlushCache : public Request
{
Expand Down

0 comments on commit 4858798

Please sign in to comment.