diff options
author | Karel Zak | 2014-05-26 12:52:18 +0200 |
---|---|---|
committer | Karel Zak | 2014-05-26 12:52:18 +0200 |
commit | 574528ed406f1c647853a80a94419cbaba7473e4 (patch) | |
tree | fb8547d4094af8659b6d7085335149b8afdbef7a /libblkid | |
parent | Merge branch 'setarch' of https://github.com/rudimeier/util-linux (diff) | |
parent | build-sys: fix typo, sparc vs spark (62b2c024) (diff) | |
download | kernel-qcow2-util-linux-574528ed406f1c647853a80a94419cbaba7473e4.tar.gz kernel-qcow2-util-linux-574528ed406f1c647853a80a94419cbaba7473e4.tar.xz kernel-qcow2-util-linux-574528ed406f1c647853a80a94419cbaba7473e4.zip |
Merge branch 'fix-build-sys' of https://github.com/rudimeier/util-linux
Diffstat (limited to 'libblkid')
-rw-r--r-- | libblkid/src/partitions/bsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libblkid/src/partitions/bsd.c b/libblkid/src/partitions/bsd.c index 1bc0088be..d83f2cf02 100644 --- a/libblkid/src/partitions/bsd.c +++ b/libblkid/src/partitions/bsd.c @@ -158,7 +158,7 @@ nothing: * alpha luna88k mac68k | 0 | 64 * sparc(OpenBSD) vax | | * ------------------------+-------------+------------ - * spark64 sparc(NetBSD) | 0 | 128 + * sparc64 sparc(NetBSD) | 0 | 128 * ------------------------+-------------+------------ * * ...and more (see http://fxr.watson.org/fxr/ident?v=NETBSD;i=LABELSECTOR) |