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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Asynch_IO.h b/ACE/ace/Asynch_IO.h
index a0899b7b596..9d2803ad7db 100644
--- a/ACE/ace/Asynch_IO.h
+++ b/ACE/ace/Asynch_IO.h
@@ -704,7 +704,7 @@ public:
ACE_Asynch_Read_File_Result_Impl *implementation_;
private:
- /// Here just to provide an dummpy implementation, since the
+ /// Here just to provide an dummy implementation, since the
/// one auto generated by MSVC is flagged as infinitely recursive
void operator= (Result &) {}
};
@@ -838,7 +838,7 @@ public:
ACE_Asynch_Write_File_Result_Impl *implementation_;
private:
- /// Here just to provide an dummpy implementation, since the
+ /// Here just to provide an dummy implementation, since the
/// one auto generated by MSVC is flagged as infinitely recursive
void operator= (Result &) {};
};