From 6a96269097906c298f137c1fe45ad4aebbd3c930 Mon Sep 17 00:00:00 2001 From: Davis King Date: Thu, 24 Aug 2017 19:24:28 -0400 Subject: [PATCH] Fixed spelling error in comment. --- dlib/dnn/cuda_data_ptr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/dnn/cuda_data_ptr.h b/dlib/dnn/cuda_data_ptr.h index e14b76e2b..7eca608a0 100644 --- a/dlib/dnn/cuda_data_ptr.h +++ b/dlib/dnn/cuda_data_ptr.h @@ -154,7 +154,7 @@ namespace dlib /*! WHAT THIS OBJECT REPRESENTS This is a block of memory on a CUDA device that will be automatically - resized if requestes size is larger than allocated + resized if requested size is larger than allocated. !*/ public: cuda_data_void_ptr get(size_t size)