diff options
author | Tuncer Ayaz <[email protected]> | 2010-12-08 20:04:54 +0100 |
---|---|---|
committer | Niclas Axelsson <[email protected]> | 2010-12-10 11:06:45 +0100 |
commit | 9f4dd4934d427f0fb2caeb034115e0227cc4610a (patch) | |
tree | 22b9d76904ed9c31e03e018015c9d834aa9b46e0 /erts/emulator/beam/erl_unicode.c | |
parent | 1d82ce2e4466980e5c360b54722952a30bc3ae50 (diff) | |
download | otp-9f4dd4934d427f0fb2caeb034115e0227cc4610a.tar.gz otp-9f4dd4934d427f0fb2caeb034115e0227cc4610a.tar.bz2 otp-9f4dd4934d427f0fb2caeb034115e0227cc4610a.zip |
Fix a couple typos in filename encoding docs
Diffstat (limited to 'erts/emulator/beam/erl_unicode.c')
-rw-r--r-- | erts/emulator/beam/erl_unicode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_unicode.c b/erts/emulator/beam/erl_unicode.c index 72207df621..545b345a71 100644 --- a/erts/emulator/beam/erl_unicode.c +++ b/erts/emulator/beam/erl_unicode.c @@ -2420,7 +2420,7 @@ void erts_copy_utf8_to_utf16_little(byte *target, byte *bytes, int num_chars) /* * This internal bif converts a filename to whatever format is suitable for the file driver - * It also adds zero termination so that prim_file neednt bother with the character encoding + * It also adds zero termination so that prim_file needn't bother with the character encoding * of the file driver */ BIF_RETTYPE prim_file_internal_name2native_1(BIF_ALIST_1) |