diff options
author | Andrew Dryga <[email protected]> | 2017-02-14 11:32:24 +0200 |
---|---|---|
committer | Andrew Dryga <[email protected]> | 2017-02-14 11:32:52 +0200 |
commit | 5d373def7b8069eda8b6d1d2babd713933c6f472 (patch) | |
tree | 3d5103b2da56eab7b14a33504eb2c3785ee5d9a9 /lib/hipe/flow/cfg.inc | |
parent | f0bdb1a53ae84845a1ebdb72544e1f4a5719428b (diff) | |
download | otp-5d373def7b8069eda8b6d1d2babd713933c6f472.tar.gz otp-5d373def7b8069eda8b6d1d2babd713933c6f472.tar.bz2 otp-5d373def7b8069eda8b6d1d2babd713933c6f472.zip |
Fixed typos in lib/hipe
Diffstat (limited to 'lib/hipe/flow/cfg.inc')
-rw-r--r-- | lib/hipe/flow/cfg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/flow/cfg.inc b/lib/hipe/flow/cfg.inc index 362c5b697c..17342d3b60 100644 --- a/lib/hipe/flow/cfg.inc +++ b/lib/hipe/flow/cfg.inc @@ -212,7 +212,7 @@ info_update(CFG, I) -> -ifndef(GEN_CFG). -spec other_entrypoints(cfg()) -> [cfg_lbl()]. -%% @doc Returns a list of labels that are refered to from the data section. +%% @doc Returns a list of labels that are referred to from the data section. other_entrypoints(CFG) -> hipe_consttab:referred_labels(data(CFG)). |