aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2011-11-28 21:42:12 +0100
committerTuncer Ayaz <[email protected]>2011-12-05 17:29:11 +0100
commit73810155954328f7c7c9e3e22f2be44ce5aeef0c (patch)
tree7272c63777c7cd1d4c43a5f6c1a841e540bb5ef9 /lib/hipe
parentde283136249edda485cc5d108946f40174f344e8 (diff)
downloadotp-73810155954328f7c7c9e3e22f2be44ce5aeef0c.tar.gz
otp-73810155954328f7c7c9e3e22f2be44ce5aeef0c.tar.bz2
otp-73810155954328f7c7c9e3e22f2be44ce5aeef0c.zip
Fix misspelling of 'turn off'
Diffstat (limited to 'lib/hipe')
-rw-r--r--lib/hipe/tools/hipe_profile.erl2
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.