[qfcc] Fix a typo in a comment

This commit is contained in:
Bill Currie 2020-03-27 22:17:36 +09:00
parent 1efbb2ab49
commit 1da6eb5f51

View file

@ -110,7 +110,7 @@ typedef struct def_s {
/** Specify the storage class of a def.
*/
typedef enum storage_class_e {
sc_global, ///< def is globally visibil across units
sc_global, ///< def is globally visible across units
sc_system, ///< def may be redefined once
sc_extern, ///< def is externally allocated
sc_static, ///< def is private to the current unit