Change to alignment code in sgdisk.
diff --git a/gpt.cc b/gpt.cc
index 40dd55e..d692561 100644
--- a/gpt.cc
+++ b/gpt.cc
@@ -2088,7 +2088,7 @@
 } // 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;