Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
edennis committed Oct 14, 2018
1 parent cf99295 commit 2a0939f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chapters/beam.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ Compiled to BEAM code this will look like:

(See add.erl and add.S in xref:AP-listings[] for the full code.)

Now if we zoom in on the the three instructions betwen the function calls
Now if we zoom in on the three instructions betwen the function calls
in this code:

[source, Erlang]
Expand Down
2 changes: 1 addition & 1 deletion chapters/io.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ an Erlang process and communicate through message passing.

Each port has an owner, more on this later, but all processes
who know about the port can send messages to the port.
In figure REF we see how a processes can communicate with the
In figure REF we see how a process can communicate with the
port and how the port is communicating to the world outside the
Erlang node.

Expand Down
2 changes: 1 addition & 1 deletion chapters/memory.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ as atoms, modules, funs and long lived tables
==== The fixed size allocator: fix_alloc

The fixed allocator is used for objects of a fixed size, such as PCBs,
message refs and a few other. The fixed size allocator uses the
message refs and a few others. The fixed size allocator uses the
_address order best fit_ allocation strategy by default.

// driver_event_data_state driver_select_data_state monitor_sh msg_ref
Expand Down

0 comments on commit 2a0939f

Please sign in to comment.