mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
[qfcc] Fix a typo in a comment
This commit is contained in:
parent
1efbb2ab49
commit
1da6eb5f51
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue