[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master ad12b0b 1/5: Book: Fix typo
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master ad12b0b 1/5: Book: Fix typo |
Date: |
Sat, 12 Jun 2021 16:24:55 -0400 (EDT) |
branch: master
commit ad12b0b0e5c843f24f1e725002ccb4a80afc62f5
Author: Pedram Ashofteh Ardakani <pedramardakani@pm.me>
Commit: Pedram Ashofteh Ardakani <pedramardakani@pm.me>
Book: Fix typo
Replace SAWP to SWAP in the 'Configure and build in RAM' section.
---
doc/gnuastro.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 4313b5e..3ba984b 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -6429,7 +6429,7 @@ However, since the built files are mixed with the source
files and can have a la
@cindex tmpfs file system
@cindex file systems, tmpfs
One solution to address both these problems is to use the
@url{https://en.wikipedia.org/wiki/Tmpfs, tmpfs file system}.
-Any file in tmpfs is actually stored in the RAM (and possibly SAWP), not on
HDDs or SSDs.
+Any file in tmpfs is actually stored in the RAM (and possibly SWAP), not on
HDDs or SSDs.
The RAM is built for extensive and fast I/O.
Therefore the large number of file I/Os associated with configuring and
building will not harm the HDDs or SSDs.
Due to the volatile nature of RAM, files in the tmpfs file-system will be
permanently lost after a power-off.