Browse Source

test: fix spelling errors catched by lintian #688

Victor Seva 9 years ago
parent
commit
19895c8451
1 changed files with 1 additions and 1 deletions
  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,
  *                               (last call cycles, max cycles, total cycles,
  *                                no. of profile_start calls, no. of 
  *                                no. of profile_start calls, no. of 
  *                                profile_end calls, name use in profile_init)
  *                                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
  * void     profile_start(pd)      - starts profiling (call before calling
  *                               the target function)
  *                               the target function)
  * void     profile_end(pd)        - stops profiling (call after the target
  * void     profile_end(pd)        - stops profiling (call after the target