gptpart.cc: Minor fix to end comment of GPTPart::ReversePartBytes(void).
The end comment was confusingly saying ReverseBytes instead of ReversePartBytes.
This commit is contained in:
@@ -422,7 +422,7 @@ void GPTPart::ReversePartBytes(void) {
|
||||
ReverseBytes(&attributes, 8);
|
||||
for (i = 0; i < NAME_SIZE; i ++ )
|
||||
ReverseBytes(name + i, 2);
|
||||
} // GPTPart::ReverseBytes()
|
||||
} // GPTPart::ReversePartBytes()
|
||||
|
||||
/****************************************
|
||||
* Functions requiring user interaction *
|
||||
|
||||
Reference in New Issue
Block a user