Fixed typo in spec.

This commit is contained in:
Davis King 2017-07-09 12:20:21 -04:00
parent f00ec0cb1e
commit 6081fea5fa

View File

@ -134,7 +134,7 @@ namespace dlib
calling host(). calling host().
!*/ !*/
float float* host_write_only( virtual float* host_write_only(
) = 0; ) = 0;
/*! /*!
ensures ensures
@ -174,7 +174,7 @@ namespace dlib
host() will perform a device to host transfer. host() will perform a device to host transfer.
!*/ !*/
float float* device_write_only( virtual float* device_write_only(
) = 0; ) = 0;
/*! /*!
requires requires