Commit c52484eb authored by Davis King's avatar Davis King

Fixed spelling error in comment

parent 2c0be3f9
...@@ -155,7 +155,7 @@ namespace dlib ...@@ -155,7 +155,7 @@ namespace dlib
image object to reallocate its memory, thus invalidating the pointer to its image object to reallocate its memory, thus invalidating the pointer to its
pixel data stored in the image_view. 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 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 time a pixel is accessed is to allow for image objects to implement
complex, and possibly slow, image_data() functions. For example, an image complex, and possibly slow, image_data() functions. For example, an image
......
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