Skip to content

Commit

Permalink
Typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffleyland committed Mar 11, 2012
1 parent 3e47f2b commit db7fb4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ record and process the traces.
The trace collector uses Lua's debug hooks and adds timing information and a
little bit of processing to make the traces easier to use.

Timing is provided by one of three ways:
Timing is provided in one of three ways:

+ Lua - with a debug hook calling `os.clock`
+ LuaJIT - with a debug hook calling `ffi.C.clock` - `os.clock` is not yet
Expand Down Expand Up @@ -116,7 +116,7 @@ See [the Lua Wiki](http://lua-users.org/wiki/ProfilingLuaCode) for a list of pro
## 1. What?

`annotate.lua` collects information about the traces LuaJIT is attempting and
summarises then information in a format that doesn't contain as much information
summarises that information in a format that doesn't contain as much information
as `-jdump`, but which might be more useful for you.

`annotate.lua` is installed with luatrace.
Expand Down

0 comments on commit db7fb4e

Please sign in to comment.