Math Processor Unit Library

libmpu – library of arithmetic functions for integer, real, and complex numbers of increased digit capacity

16 Commits   0 Branches   2 Tags
author: kx <kx@radix-linux.su> 2024-12-30 12:16:19 +0300 committer: kx <kx@radix-linux.su> 2024-12-30 12:16:19 +0300 commit: af4d49422d9c2db9223933cc251c8ba6b4944580 parent: ebc15ef0c9527c78a6462a9b8ed61887d52fb434
Commit Summary:
man: Shift operations by N bits
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/man/shifts.3mpu b/man/shifts.3mpu
index f781348..3f24a3c 100644
--- a/man/shifts.3mpu
+++ b/man/shifts.3mpu
@@ -22,7 +22,7 @@ variable located at address \fBa\fP will remain unchanged after the operation if
 occupied by it does not overlap with the space occupied by variable \fBc\fP.
 .PP
 When performing shift operations, the carry flag \fBC\fP always contains the value of the last
-putted forward bit. There are the following types of shift operations:
+pushed outward bit. There are the following types of shift operations:
 .PP
 .RS 3
     SHL \- logical unsigned shift to the left by one bit.