Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs/include/ntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7001/include/ntfs
Modified Files:
layout.h
Log Message:
Fix GUID example
Index: layout.h
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/include/ntfs/layout.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- layout.h 26 Oct 2005 22:54:57 -0000 1.35
+++ layout.h 30 Oct 2005 22:42:00 -0000 1.36
@@ -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. */
|