projects
/
platform
/
upstream
/
guile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03de93d
)
Fix typo in tags.h comment.
author
Mark H Weaver
<mhw@netris.org>
Wed, 22 May 2019 03:15:41 +0000
(23:15 -0400)
committer
Mark H Weaver
<mhw@netris.org>
Tue, 18 Jun 2019 06:05:20 +0000
(
02:05
-0400)
* libguile/tags.h: Fix typo in comment.
libguile/tags.h
patch
|
blob
|
history
diff --git
a/libguile/tags.h
b/libguile/tags.h
index 9977729d81c202bd695ae2817cc7a4122d1fac72..47c4c97494180bb395b23919d9d675ad31641e37 100644
(file)
--- a/
libguile/tags.h
+++ b/
libguile/tags.h
@@
-214,7
+214,7
@@
typedef union SCM { struct { scm_t_bits n; } n; } SCM;
*
* Heap Objects
*
- * All object types not mentioned above in the list of immedate objects
+ * All object types not mentioned above in the list of immed
i
ate 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