summaryrefslogtreecommitdiff
path: root/gpt.cc
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2013-02-14 20:47:14 -0500
committersrs5694 <srs5694@users.sourceforge.net>2013-02-14 20:47:14 -0500
commitf5dfbfa418675ca862408e4fb2240b21dd07d558 (patch)
tree8c2f35341fb4723f664d385f158fd4d80961cf70 /gpt.cc
parentdf231c1bdaf322c13c060d6acfbf2f7ed1c98d2c (diff)
downloadsgdisk-f5dfbfa418675ca862408e4fb2240b21dd07d558.tar.gz
Change to alignment code in sgdisk.
Diffstat (limited to 'gpt.cc')
-rw-r--r--gpt.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpt.cc b/gpt.cc
index 40dd55e..d692561 100644
--- a/gpt.cc
+++ b/gpt.cc
@@ -2088,7 +2088,7 @@ uint64_t GPTData::FindFirstInLargest(void) {
} // GPTData::FindFirstInLargest()
// Find the last available block on the disk.
-// Returns 0 if there are no available partitions
+// Returns 0 if there are no available sectors
uint64_t GPTData::FindLastAvailable(void) {
uint64_t last;
uint32_t i;