From: Steinar H. Gunderson Date: Tue, 21 Jan 2014 20:01:25 +0000 (+0100) Subject: Complete a forgotten comment. X-Git-Tag: 1.0~74 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=0934db945c8fde98315c6a4099dde2dfa423c0e7 Complete a forgotten comment. --- diff --git a/resource_pool.h b/resource_pool.h index 0bb0a26..6f4d22d 100644 --- a/resource_pool.h +++ b/resource_pool.h @@ -71,7 +71,8 @@ private: std::map > program_shaders; // A list of programs that are no longer in use, most recently freed first. - // Once this reaches , + // Once this reaches , the last element + // will be deleted. std::list program_freelist; };