diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-10-07 22:23:21 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-10-07 22:23:21 +0800 |
commit | cb2f7abc853769cd77d8078985a2e8e62cd36eaa (patch) | |
tree | 217ade665af2689dd974157ce3f7d11daff521dd | |
parent | 5c9c1627cdd4a4e871edb40d83a8954f6e05023f (diff) | |
download | pttbbs-cb2f7abc853769cd77d8078985a2e8e62cd36eaa.tar pttbbs-cb2f7abc853769cd77d8078985a2e8e62cd36eaa.tar.gz pttbbs-cb2f7abc853769cd77d8078985a2e8e62cd36eaa.tar.bz2 pttbbs-cb2f7abc853769cd77d8078985a2e8e62cd36eaa.tar.lz pttbbs-cb2f7abc853769cd77d8078985a2e8e62cd36eaa.tar.xz pttbbs-cb2f7abc853769cd77d8078985a2e8e62cd36eaa.tar.zst pttbbs-cb2f7abc853769cd77d8078985a2e8e62cd36eaa.zip |
fix typo in comment
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2226 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | include/pttstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index c170e6ee..2fb8dd87 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -351,7 +351,7 @@ typedef int (* onekey_t)(); /* anti_crosspost */ typedef struct crosspost_t { - int checksum[4]; /* 0 -> 'X' cross post 1-3 -> 簡查文章行 */ + int checksum[4]; /* 0 -> 'X' cross post 1-3 -> 檢查文章行 */ short times; /* 第幾次 */ short last_bid; /* crossport to which board */ } crosspost_t; |