From d4e17c5239293e1af06222f3a0ea519226967b13 Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Thu, 14 Aug 2014 16:37:32 -0400 Subject: Improve a comment. --- crawl-ref/source/unwind.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crawl-ref/source/unwind.h b/crawl-ref/source/unwind.h index c13dda320b..1ffd5afa1b 100644 --- a/crawl-ref/source/unwind.h +++ b/crawl-ref/source/unwind.h @@ -1,10 +1,10 @@ #ifndef UNWIND_H #define UNWIND_H -/** Type that gives an lvalue dynamically-scoped temporary value. An - * unwind_var remembers the old value of a variable or other writable lvalue, - * and restores the original (or a specified) value when the unwind_var goes - * out of scope or is otherwise destroyed. +/** Type that gives an lvalue a dynamically-scoped temporary value. An + * unwind_var wraps a variable or other writable lvalue, assigns it a + * temporary value, and restores the original (or a specified) value when + * the unwind_var goes out of scope or is otherwise destroyed. */ template class unwind_var -- cgit v1.2.3