BaseTools: Various typo
Various typo in BaseTools. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Coeur <coeur@gmx.fr> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
committed by
Liming Gao
parent
325ad62260
commit
fb0b35e05f
@@ -6,7 +6,7 @@
|
||||
/* By Hubert Holin (Hubert.Holin@Bigfoot.com), 1998. */
|
||||
/* */
|
||||
/* This is completely free stuff, do whatever you want with */
|
||||
/* it (but then, I will take no responsability for whatever */
|
||||
/* it (but then, I will take no responsibility for whatever */
|
||||
/* may happen if you do either... caveat emptor!). */
|
||||
/* */
|
||||
/************************************************************/
|
||||
@@ -24,12 +24,12 @@ PCCTS_NAMESPACE_STD
|
||||
|
||||
|
||||
// NOTES: The semantics of the copy constructor
|
||||
// and the affectation operator may be unwaranted...
|
||||
// and the affectation operator may be unwarranted...
|
||||
// and the stream may not be reset.
|
||||
//
|
||||
// It would have been so much nicer for nextChar()
|
||||
// to throw (of for the DLGInputStream to change status)
|
||||
// upon hiting EOF than to return an "int"...
|
||||
// upon hitting EOF than to return an "int"...
|
||||
|
||||
template <
|
||||
class E,
|
||||
|
Reference in New Issue
Block a user