From e677d9ebf98b38c53ccd1ed9e23e627b9843be4c Mon Sep 17 00:00:00 2001 From: szaka Date: Sun, 30 Oct 2005 22:42:00 +0000 Subject: [PATCH] Fix GUID example --- include/ntfs/layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ntfs/layout.h b/include/ntfs/layout.h index 41aa1ecd..181253f9 100644 --- a/include/ntfs/layout.h +++ b/include/ntfs/layout.h @@ -1096,7 +1096,7 @@ typedef struct { * twelve hexadecimal digits. GUIDs are Microsoft's implementation of the * distributed computing environment (DCE) universally unique identifier (UUID). * Example of a GUID: - * 1F010768-5A73-BC91-0010-A52216A7 + * 1F010768-5A73-BC91-0010-A52216A7227B */ typedef struct { u32 data1; /* The first eight hexadecimal digits of the GUID. */