From: Chong Yidong Date: Mon, 30 Jun 2008 02:12:47 +0000 (+0000) Subject: Fix typo in comments. X-Git-Tag: emacs-pretest-23.0.90~4394 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=811029d313a339ac0840a475a570367342b34fa7;p=emacs.git Fix typo in comments. --- diff --git a/src/xfaces.c b/src/xfaces.c index 4992ee4f7de..8482608832a 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -3964,7 +3964,7 @@ Default face attributes override any local face attributes. */) lvec[i] = gvec[i]; /* If the default face was changed, realize it again, and update the - `font' face parameter. */ + `font' frame parameter. */ if (EQ (face, Qdefault)) { struct face_cache *c = FRAME_FACE_CACHE (f);