Skip to content

Commit db4a95a

Browse files
authored
Update main.cc
Fix a small typo.
1 parent 5769c8e commit db4a95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void print_build_info(Spatter::ClArgs &cl) {
7272

7373
std::cout << "Number of Devices: " << num_devices << std::endl;
7474
std::cout << "Device Name: " << prop.name << std::endl;
75-
std::cout << "Memory Clock Rage (KHz): " << prop.memoryClockRate
75+
std::cout << "Memory Clock Rate (KHz): " << prop.memoryClockRate
7676
<< std::endl;
7777
std::cout << "Memory Bus Width (bits): " << prop.memoryBusWidth
7878
<< std::endl;

0 commit comments

Comments
 (0)