diff options
author | Andrew Dryga <[email protected]> | 2017-02-14 11:30:41 +0200 |
---|---|---|
committer | Andrew Dryga <[email protected]> | 2017-02-14 11:31:29 +0200 |
commit | 7c06ca6231b812965305522284dd9f2653ced98d (patch) | |
tree | 938476941b4275cdeef2e7824d9596ccdd47bee4 /erts/emulator/drivers/unix | |
parent | f3624a5a6357f2ebbdaad8785ea0f259bedd64bc (diff) | |
download | otp-7c06ca6231b812965305522284dd9f2653ced98d.tar.gz otp-7c06ca6231b812965305522284dd9f2653ced98d.tar.bz2 otp-7c06ca6231b812965305522284dd9f2653ced98d.zip |
Fixed typos in erts
Diffstat (limited to 'erts/emulator/drivers/unix')
-rw-r--r-- | erts/emulator/drivers/unix/sig_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/drivers/unix/sig_drv.c b/erts/emulator/drivers/unix/sig_drv.c index 68ad6b9156..18f2038431 100644 --- a/erts/emulator/drivers/unix/sig_drv.c +++ b/erts/emulator/drivers/unix/sig_drv.c @@ -18,7 +18,7 @@ * %CopyrightEnd% */ -/* Purpose: demonstrate how to include interupt handlers in erlang */ +/* Purpose: demonstrate how to include interrupt handlers in erlang */ #ifdef HAVE_CONFIG_H # include "config.h" |