diff src/specifier.c @ 4437:11357f7846bf

Fix typo.
author Stephen J. Turnbull <stephen@xemacs.org>
date Tue, 11 Mar 2008 23:15:08 -0700
parents 515b91f904c1
children f31c12360354 e0db3c197671
line wrap: on
line diff
--- a/src/specifier.c	Fri Mar 07 14:35:37 2008 +0100
+++ b/src/specifier.c	Tue Mar 11 23:15:08 2008 -0700
@@ -2952,7 +2952,7 @@
 
 /* Given a SPECIFIER and a DOMAIN, return a specific instance for that
    specifier. Try to find one by checking the specifier types from most
-   specific (buffer) to most general (global).  If we find an instance,
+   specific (window) to most general (global).  If we find an instance,
    return it.  Otherwise return Qunbound. */
 
 #define CHECK_INSTANCE_ENTRY(key, matchspec, type) do {			\