Skip to content

Commit 0b1ce02

Browse files
committed
update 6-2
1 parent 7f9532d commit 0b1ce02

File tree

1 file changed

+1
-1
lines changed
  • Book_BJ/Chap6/6_2_DeviceQuery

1 file changed

+1
-1
lines changed

Book_BJ/Chap6/6_2_DeviceQuery/6_2.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void main(void) {
1919
, i, devProp.name);
2020
printf("\tCompute capability: %d.%d\n"
2121
, devProp.major, devProp.minor);
22-
printf("\tThe number of steraming multiprocesors: %d\n"
22+
printf("\tThe number of streaming multiprocessors: %d\n"
2323
, devProp.multiProcessorCount);
2424
printf("\tThe number of CUDA cores: %d\n"
2525
, _ConvertSMVer2Cores(devProp.major, devProp.minor)

0 commit comments

Comments
 (0)