summaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-03-03 21:28:36 +0000
committerKarl Heuer <kwzh@gnu.org>1994-03-03 21:28:36 +0000
commit1affe4ad7b4b7ff957cb19ca843f32fc8db93921 (patch)
tree3d80bb94cb06ff906696ca1b820f3bb2f8a8aaff /src/frame.h
parentd36001efec66eefe4eb2c4edae7ed46aac0f06e3 (diff)
downloademacs-1affe4ad7b4b7ff957cb19ca843f32fc8db93921.tar.gz
Fix typo in comment.
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h
index 9f6f2506572..364d8ffdf95 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -178,7 +178,7 @@ struct frame
These should probably be considered read-only by everyone except
FRAME_SAMPLE_VISIBILITY.
- This two are mutually exclusive. They might both be zero, if the
+ These two are mutually exclusive. They might both be zero, if the
frame has been made invisible without an icon. */
char visible, iconified;