From 2ca4aba5c45a6dc430376abe0722acc5b78738e9 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Thu, 18 Jan 2024 17:55:41 -0600 Subject: [PATCH] Correct a misspelled error code in . --- ORCACDefs/gsos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ORCACDefs/gsos.h b/ORCACDefs/gsos.h index 34f4a93..27babc0 100644 --- a/ORCACDefs/gsos.h +++ b/ORCACDefs/gsos.h @@ -126,7 +126,7 @@ #define invalidFSTop 0x0065 /* invalid FST operation */ #define fstCaution 0x0066 /* FST handled call, but result is weird */ #define devNameErr 0x0067 /* device exists with same name as replacement name */ -#define defListFull 0x0068 /* device list is full */ +#define devListFull 0x0068 /* device list is full */ #define supListFull 0x0069 /* supervisor list is full */ #define fstError 0x006a /* generic FST error */ #define resExistsErr 0x0070 /* cannot expand file, resource already exists */