Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dea259b

Browse files
authoredMay 2, 2022
Fixing spelling of "lambda" (#896)
1 parent 19cd237 commit dea259b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎DirectProgramming/DPC++FPGA/Tutorials/DesignPatterns/buffered_host_streaming/src/streaming_with_api.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ void DoOneIterationAPI(queue& q, size_t buffers, size_t buffer_count,
131131
start = high_resolution_clock::now();
132132

133133
// Start the producer thread.
134-
// The code in the lamda runs in a different thread and therefore does not
134+
// The code in the lambda runs in a different thread and therefore does not
135135
// block the process of the 'main' thread.
136136
std::thread producer_thread([&] {
137137
size_t rep = 0;

0 commit comments

Comments
 (0)
Please sign in to comment.