"docs/vscode:/vscode.git/clone" did not exist on "4d25148500c04d27298dff71c333bd198fcd2298"
Commit 6081fea5 authored by Davis King's avatar Davis King
Browse files

Fixed typo in spec.

parent f00ec0cb
......@@ -134,7 +134,7 @@ namespace dlib
calling host().
!*/
float float* host_write_only(
virtual float* host_write_only(
) = 0;
/*!
ensures
......@@ -174,7 +174,7 @@ namespace dlib
host() will perform a device to host transfer.
!*/
float float* device_write_only(
virtual float* device_write_only(
) = 0;
/*!
requires
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment