From ba00fed2efd6c0cba60da9afb0ce3dff84fc69f9 Mon Sep 17 00:00:00 2001 From: srs5694 Date: Tue, 12 Jan 2010 18:18:36 -0500 Subject: sgdisk program, misc. bug fixes --- gptpart.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gptpart.h') diff --git a/gptpart.h b/gptpart.h index 8d396df..b1a580f 100644 --- a/gptpart.h +++ b/gptpart.h @@ -31,13 +31,13 @@ using namespace std; class GPTPart { protected: - // Caution: The non-static data in GUIDPart is precisely the right size + // Caution: The non-static data in GPTPart is precisely the right size // to enable easy loading of the data directly from disk. If any // non-static variables are added to the below, the data size will // change and the program will stop working. This can be corrected by // adjusting the data-load operation in GPTData::LoadMainTable() and - // GPTData::LoadSecondTableAsMain() and then removing the GUIDPart - // size check in SizesOK(). + // GPTData::LoadSecondTableAsMain() and then removing the GPTPart + // size check in SizesOK() (in gpt.cc file). struct GUIDData partitionType; struct GUIDData uniqueGUID; uint64_t firstLBA; -- cgit v1.2.1