From 1e6a2f15fdf7762dd142fb0727601e6dc5be85a1 Mon Sep 17 00:00:00 2001 From: Davis King Date: Thu, 27 Nov 2008 02:50:45 +0000 Subject: [PATCH] Fixed grammar in comments. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402668 --- dlib/algs.h | 2 +- .../member_function_pointer_kernel_abstract.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlib/algs.h b/dlib/algs.h index 71a641814..2ebc7effe 100644 --- a/dlib/algs.h +++ b/dlib/algs.h @@ -648,7 +648,7 @@ namespace dlib /*!A wrap_function This is a template that allows you to turn a global function into a - function object. The reason for this templates existance is so you can + function object. The reason for this template's existance is so you can do stuff like this: template diff --git a/dlib/member_function_pointer/member_function_pointer_kernel_abstract.h b/dlib/member_function_pointer/member_function_pointer_kernel_abstract.h index b47d1c1c8..318e250bc 100644 --- a/dlib/member_function_pointer/member_function_pointer_kernel_abstract.h +++ b/dlib/member_function_pointer/member_function_pointer_kernel_abstract.h @@ -120,7 +120,7 @@ namespace dlib ) const; /*! ensures - - if (this->set() has been called and succeeded) then + - if (this->set() has been called) then - returns true - else - returns false