浏览代码

test: fix spelling errors catched by lintian #688

Victor Seva 9 年之前
父节点
当前提交
19895c8451
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/misc/code/profile.h

+ 1 - 1
test/misc/code/profile.h

@@ -29,7 +29,7 @@
  *                               (last call cycles, max cycles, total cycles,
  *                                no. of profile_start calls, no. of 
  *                                profile_end calls, name use in profile_init)
- * void     profile_init(pd, name) - intialize a profile structure
+ * void     profile_init(pd, name) - initialize a profile structure
  * void     profile_start(pd)      - starts profiling (call before calling
  *                               the target function)
  * void     profile_end(pd)        - stops profiling (call after the target