diff options
author | Tuncer Ayaz <[email protected]> | 2011-11-28 21:42:12 +0100 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-12-05 17:29:11 +0100 |
commit | 73810155954328f7c7c9e3e22f2be44ce5aeef0c (patch) | |
tree | 7272c63777c7cd1d4c43a5f6c1a841e540bb5ef9 /lib/hipe/tools | |
parent | de283136249edda485cc5d108946f40174f344e8 (diff) | |
download | otp-73810155954328f7c7c9e3e22f2be44ce5aeef0c.tar.gz otp-73810155954328f7c7c9e3e22f2be44ce5aeef0c.tar.bz2 otp-73810155954328f7c7c9e3e22f2be44ce5aeef0c.zip |
Fix misspelling of 'turn off'
Diffstat (limited to 'lib/hipe/tools')
-rw-r--r-- | lib/hipe/tools/hipe_profile.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/tools/hipe_profile.erl b/lib/hipe/tools/hipe_profile.erl index 7566acb8f4..1284b64f13 100644 --- a/lib/hipe/tools/hipe_profile.erl +++ b/lib/hipe/tools/hipe_profile.erl @@ -89,7 +89,7 @@ calls() -> %% F(), %% %% Get result. %% R = res(), -%% %% Turn of profiling. +%% %% Turn off profiling. %% prof_off(), %% R. |