Skip to content

Commit 88e1edb

Browse files
committed
common: Fix a typo in a comment
1 parent b22168a commit 88e1edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/Data.hh

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ enum class TransactionType { READ_REQ, WRITE_REQ, READ_RESP, WRITE_RESP };
102102
struct Transaction {
103103
TransactionType type = TransactionType::READ_REQ; //!< Type of the transaction
104104
uint64_t initiator = 0; //!< The IP block that initiated the transaction
105-
uint64_t target = 0; //!< The IP block that projcessed the transaction; set by the router
105+
uint64_t target = 0; //!< The IP block that processed the transaction; set by the router
106106
uint64_t id = 0; //!< The ID of the transaction; set by the initiator, echoed by all processors
107107
uint64_t address = 0; //!< Target address
108108
uint64_t size = 0; //!< Size of the requestd data

0 commit comments

Comments
 (0)