diff options
Diffstat (limited to 'iconvdata/ibm930.c')
-rw-r--r-- | iconvdata/ibm930.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/ibm930.c b/iconvdata/ibm930.c index 2939d4d..fe2fe1f 100644 --- a/iconvdata/ibm930.c +++ b/iconvdata/ibm930.c @@ -80,7 +80,7 @@ /* Since we might have to reset input pointer we must be able to save - and retore the state. */ + and restore the state. */ #define SAVE_RESET_STATE(Save) \ if (Save) \ save_curcs = *curcsp; \ |