From fbadec0d00820939ccac548aa54ed67a540bdd80 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 3 Jul 2013 12:19:11 -0600 Subject: [PATCH] Fix a comment. --- src/lisp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lisp.h b/src/lisp.h index 1892c5f959c..7a8823e6bac 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2258,8 +2258,8 @@ struct specbinding struct { /* `where' is not used in the case of SPECPDL_LET. */ Lisp_Object symbol, old_value, where; - /* Normally this is unused; but it is to the symbol's current - value when a thread is swapped out. */ + /* Normally this is unused; but it is set to the symbol's + current value when a thread is swapped out. */ Lisp_Object saved_value; } let; struct { -- 2.39.5