diff options
author | Constantin Rack <[email protected]> | 2015-08-09 17:42:40 +0200 |
---|---|---|
committer | Constantin Rack <[email protected]> | 2015-08-09 17:42:40 +0200 |
commit | 75ab95febea6c3d22f395a4bf986507673bb6c57 (patch) | |
tree | c04aefc45a42b0d0a26ed8d2b468d27faeae6459 /lib/compiler/src | |
parent | 98647fcc1632f60871adee20031e294e5d5b6eb0 (diff) | |
download | otp-75ab95febea6c3d22f395a4bf986507673bb6c57.tar.gz otp-75ab95febea6c3d22f395a4bf986507673bb6c57.tar.bz2 otp-75ab95febea6c3d22f395a4bf986507673bb6c57.zip |
Fix typo
Diffstat (limited to 'lib/compiler/src')
-rwxr-xr-x | lib/compiler/src/genop.tab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/src/genop.tab b/lib/compiler/src/genop.tab index 8124729b35..253fd2794c 100755 --- a/lib/compiler/src/genop.tab +++ b/lib/compiler/src/genop.tab @@ -164,7 +164,7 @@ BEAM_FORMAT_NUMBER=0 25: wait/1 ## @spec wait_timeout Lable Time -## @doc Sets up a timeout of Time milllisecons and saves the address of the +## @doc Sets up a timeout of Time milliseconds and saves the address of the ## following instruction as the entry point if the timeout triggers. 26: wait_timeout/2 |