(Trivial) Fix a typo.

svn path=/trunk/; revision=41343
This commit is contained in:
Bill Meier 2012-03-04 23:01:39 +00:00
parent 732de9018d
commit 24fc709aad
1 changed files with 1 additions and 1 deletions

View File

@ -1905,7 +1905,7 @@ Extended value strings can be created at run time by calling
<value_string_name>);
For hf[] array FT_(U)INT* fields that need a 'valstringname_ext' struct, the
'strings' field would be set to '&valstringname_ext)'. Furthermore, 'display'
'strings' field would be set to '&valstringname_ext'. Furthermore, the 'display'
field must be ORed with 'BASE_EXT_STRING' (e.g. BASE_DEC|BASE_EXT_STRING).