diff -r bb339882c6e9 -r 0367d2db2c06 sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool/src/com/nokia/s60tools/analyzetool/engine/statistic/AllocCallstack.java --- a/sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool/src/com/nokia/s60tools/analyzetool/engine/statistic/AllocCallstack.java Tue Aug 24 12:10:03 2010 +0300 +++ b/sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool/src/com/nokia/s60tools/analyzetool/engine/statistic/AllocCallstack.java Tue Aug 24 12:16:27 2010 +0300 @@ -27,7 +27,7 @@ /** Callstack memory address */ long memoryAddress; - /** Dll name where this callstack belongs*/ + /** DLL name where this callstack belongs*/ DllLoad dllLoad; /** @@ -47,8 +47,8 @@ } /** - * Set dll load item for current allocation callstack item - * @param loadItem Dll load item + * Set DLL load item for current allocation callstack item + * @param loadItem DLL load item */ public void setDllLoad(DllLoad loadItem) { @@ -56,8 +56,8 @@ } /** - * Returns Dll load item - * @return Dll load item + * Returns DLL load item + * @return DLL load item */ public DllLoad getDllLoad() {