summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index ec02eaac..45f4e7e8 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -341,7 +341,7 @@ load_boards(char *key)
} else { /* load boards of a subclass */
int childcount = bptr->childcount;
nbrd = (boardstat_t *) malloc((childcount+2) * sizeof(boardstat_t));
- // 預留兩個以免大量開版時掛調
+ // 預留兩個以免大量開板時掛調
for (bid = bptr->firstchild[type]; bid > 0 &&
brdnum < childcount+2; bid = bptr->next[type]) {
bptr = getbcache(bid);