Fix typo in comment (incorrect RFC number)

This commit is contained in:
Richard Frith-Macdonald 2020-12-07 11:46:09 -05:00
parent b8f1fc4129
commit db4c3c1006

View file

@ -90,7 +90,7 @@ static const int kUUIDByteCount = 16;
return self;
}
- (NSString *)UUIDString
- (NSString *) UUIDString
{
char uuidChars[kUUIDStringLength + 1];
NSString *string;
@ -259,7 +259,7 @@ static int random_uuid(unsigned char *uuid)
unsigned char timeByte;
unsigned char sequenceByte;
/* Only supporting Version 4 UUIDs (see RFC4412, section 4.4),
/* Only supporting Version 4 UUIDs (see RFC4122, section 4.4),
* consistent with Apple. Other variants suffer from privacy
* problems (and are more work...)
*/