From c52484eba986feffffc907e43d35a920d9bf84e5 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 24 Aug 2014 19:20:42 -0400 Subject: [PATCH] Fixed spelling error in comment --- dlib/image_processing/generic_image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/image_processing/generic_image.h b/dlib/image_processing/generic_image.h index 11872c7ee..362277368 100644 --- a/dlib/image_processing/generic_image.h +++ b/dlib/image_processing/generic_image.h @@ -155,7 +155,7 @@ namespace dlib image object to reallocate its memory, thus invalidating the pointer to its pixel data stored in the image_view. - As an side, there reason why this object stores a pointer to the image + As an side, the reason why this object stores a pointer to the image object's data and uses that pointer instead of calling image_data() each time a pixel is accessed is to allow for image objects to implement complex, and possibly slow, image_data() functions. For example, an image