Change Tiff to TIFF in a comment.

This commit is contained in:
KAMADA Ken'ichi 2017-01-12 22:01:47 +09:00
parent 00c369e092
commit b075a27d4e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ use tag::{Context, Tag};
use value::Value;
use value::get_type_info;
// Tiff header magic numbers [EXIF23 4.5.2].
// TIFF header magic numbers [EXIF23 4.5.2].
const TIFF_BE: u16 = 0x4d4d;
const TIFF_LE: u16 = 0x4949;
const TIFF_FORTY_TWO: u16 = 0x002a;