Commit 6081fea5 authored by Davis King's avatar Davis King

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