summaryrefslogtreecommitdiff
path: root/cord/cord.h
diff options
context:
space:
mode:
Diffstat (limited to 'cord/cord.h')
-rw-r--r--cord/cord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cord/cord.h b/cord/cord.h
index 584112fd..926089e8 100644
--- a/cord/cord.h
+++ b/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;