aboutsummaryrefslogtreecommitdiff
path: root/pan/symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'pan/symbol.h')
-rw-r--r--pan/symbol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pan/symbol.h b/pan/symbol.h
index 1a80ca280..b0d3bcb8f 100644
--- a/pan/symbol.h
+++ b/pan/symbol.h
@@ -48,7 +48,7 @@ struct sym {
};
/*
- * Symbol Table Header
+ * Symbol Table Header
*/
struct symh {
int magic;
@@ -63,7 +63,7 @@ typedef struct symh *SYM;
/*
* Data for keys and contents (lifted from dbopen(3))
- * dbopen(3) uses this for all functions, but I'm hard-wired into chars
+ * dbopen(3) uses this for all functions, but I'm hard-wired into chars
* for keys and the like; I just need this for sym_get
*/
typedef struct {