Fix typo in tags.h comment.
authorMark H Weaver <mhw@netris.org>
Wed, 22 May 2019 03:15:41 +0000 (23:15 -0400)
committerMark 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

index 9977729d81c202bd695ae2817cc7a4122d1fac72..47c4c97494180bb395b23919d9d675ad31641e37 100644 (file)
@@ -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 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