[PATCH] Fix comment typo in class IDebugger::Variable
- From: Dodji Seketeli <dodji seketeli org>
- To: Nemiver Development <nemiver-list gnome org>
- Subject: [PATCH] Fix comment typo in class IDebugger::Variable
- Date: Sun, 19 Feb 2012 12:29:55 +0100
This patch just fixes an obvious minor typo in a comment.
Applied to master.
commit 1f0a760b95246d0e37b4a4b58bb5b21988841af8
Author: Dodji Seketeli <dodji seketeli org>
Date: Tue Feb 14 00:32:51 2012 +0100
Fix comment typo in class IDebugger::Variable
* src/dbgengine/nmv-i-debugger
(IDebugger::Variable::equals_by_value): Fix comment.
diff --git a/src/dbgengine/nmv-i-debugger.h b/src/dbgengine/nmv-i-debugger.h
index 39c83cc..2191e1a 100644
--- a/src/dbgengine/nmv-i-debugger.h
+++ b/src/dbgengine/nmv-i-debugger.h
@@ -564,7 +564,7 @@ public:
/// Tests value equality between two variables.
/// Two variables are considered equal by value if their
- /// respective memebers have the same values and same type.
+ /// respective members have the same values and same type.
/// \param a_other the other variable to test against
/// \return true if a_other equals the current instance
/// by value.
--
Dodji
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]