summaryrefslogtreecommitdiff
path: root/libguile/scm.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2019-08-02 14:57:57 +0200
committerAndy Wingo <wingo@pobox.com>2019-08-02 14:57:57 +0200
commitdbb2b1d4373fc88b32dad55a41889d9f0136cb28 (patch)
treee9e0c734b16092b117eb0aca35e7671c21be34a2 /libguile/scm.h
parent24a48d8900df01dd8423cf5337be252024aa3afb (diff)
parenta90de2a4c81346b5b38c9e836a23ab127a1153fd (diff)
downloadguile-dbb2b1d4373fc88b32dad55a41889d9f0136cb28.tar.gz
Merge from stable-2.2
Diffstat (limited to 'libguile/scm.h')
-rw-r--r--libguile/scm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/scm.h b/libguile/scm.h
index 504d868d5..e69552893 100644
--- a/libguile/scm.h
+++ b/libguile/scm.h
@@ -1,7 +1,7 @@
#ifndef SCM_SCM_H
#define SCM_SCM_H
-/* Copyright 1995-2004,2006-2015,2017-2018
+/* Copyright 1995-2004,2006-2015,2017-2019
Free Software Foundation, Inc.
This file is part of Guile.
@@ -288,7 +288,7 @@ typedef uintptr_t scm_t_bits;
Heap Objects
- All object types not mentioned above in the list of immedate objects
+ All object types not mentioned above in the list of immediate objects
are represented as heap objects. The amount of memory referenced by
a heap object depends on the object's type, namely on the set of
attributes that have to be stored with objects of that type. Every