diff options
Diffstat (limited to 'src/libostree/ostree-core-private.h')
-rw-r--r-- | src/libostree/ostree-core-private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libostree/ostree-core-private.h b/src/libostree/ostree-core-private.h index 48b2b8ab..cac45f78 100644 --- a/src/libostree/ostree-core-private.h +++ b/src/libostree/ostree-core-private.h @@ -46,7 +46,7 @@ G_BEGIN_DECLS /* * File objects are stored as a stream, with one #GVariant header, * followed by content. - * + * * The file header is of the following form: * * <BE guint32 containing variant length> @@ -54,7 +54,7 @@ G_BEGIN_DECLS * u - gid * u - mode * u - rdev (must be 0) - * s - symlink target + * s - symlink target * a(ayay) - xattrs * * Then the rest of the stream is data. @@ -71,7 +71,7 @@ G_BEGIN_DECLS * u - gid * u - mode * u - rdev (must be 0) - * s - symlink target + * s - symlink target * a(ayay) - xattrs * --- * zlib-compressed data |