summaryrefslogtreecommitdiff
path: root/ACE/ace/Asynch_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Asynch_IO.h')
-rw-r--r--ACE/ace/Asynch_IO.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/Asynch_IO.h b/ACE/ace/Asynch_IO.h
index 6cc143d2404..1c7d5e4b827 100644
--- a/ACE/ace/Asynch_IO.h
+++ b/ACE/ace/Asynch_IO.h
@@ -983,13 +983,13 @@ public:
ACE_Asynch_Accept_Result_Impl *implementation (void) const;
protected:
- /// Contructor. Implementation will not be deleted.
+ /// Constructor. Implementation will not be deleted.
Result (ACE_Asynch_Accept_Result_Impl *implementation);
/// Destructor.
virtual ~Result (void);
- /// Impelmentation class.
+ /// Implementation class.
ACE_Asynch_Accept_Result_Impl *implementation_;
};
private:
@@ -1080,13 +1080,13 @@ public:
ACE_Asynch_Connect_Result_Impl *implementation (void) const;
protected:
- /// Contructor. Implementation will not be deleted.
+ /// Constructor. Implementation will not be deleted.
Result (ACE_Asynch_Connect_Result_Impl *implementation);
/// Destructor.
virtual ~Result (void);
- /// Impelmentation class.
+ /// Implementation class.
ACE_Asynch_Connect_Result_Impl *implementation_;
};
private: