diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-04-10 00:22:13 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-04-16 14:37:13 +0200 |
commit | c94bed8e1960587d3d93664b11ebf22677c1a541 (patch) | |
tree | e63acbfb5c6950c137f1b9d89ddc147c82188f23 /Documentation/static-keys.txt | |
parent | 3b729f7647875624dc498b65f3244b2edc9f4a07 (diff) | |
download | op-kernel-dev-c94bed8e1960587d3d93664b11ebf22677c1a541.zip op-kernel-dev-c94bed8e1960587d3d93664b11ebf22677c1a541.tar.gz |
Documentation: Fix typo in multiple files in Documentation
Correct multiple spelling typo in Documentation.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Rob Landley <rob@landley.net>
Reported-by: Anders Larsen <al@alarsen.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/static-keys.txt')
-rw-r--r-- | Documentation/static-keys.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/static-keys.txt b/Documentation/static-keys.txt index d93f3c0..9f5263d 100644 --- a/Documentation/static-keys.txt +++ b/Documentation/static-keys.txt @@ -235,7 +235,7 @@ label case adds: 6 (mov) + 2 (test) + 2 (jne) = 10 - 5 (5 byte jump 0) = 5 addition bytes. If we then include the padding bytes, the jump label code saves, 16 total bytes -of instruction memory for this small fucntion. In this case the non-jump label +of instruction memory for this small function. In this case the non-jump label function is 80 bytes long. Thus, we have have saved 20% of the instruction footprint. We can in fact improve this even further, since the 5-byte no-op really can be a 2-byte no-op since we can reach the branch with a 2-byte jmp. |