aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/cord/cord.h
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/cord/cord.h')
-rw-r--r--boehm-gc/cord/cord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/cord/cord.h b/boehm-gc/cord/cord.h
index 584112f..926089e 100644
--- a/boehm-gc/cord/cord.h
+++ b/boehm-gc/cord/cord.h
@@ -41,7 +41,7 @@
* This interface is fairly big, largely for performance reasons.
* The most basic constants and functions:
*
- * CORD - the type fo a cord;
+ * CORD - the type of a cord;
* CORD_EMPTY - empty cord;
* CORD_len(cord) - length of a cord;
* CORD_cat(cord1,cord2) - concatenation of two cords;