mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
nix: Spelling corrections.
* nix/libstore/globals.hh, nix/libstore/store-api.hh, nix/libutil/util.hh: Fix misspellings in comments. Change-Id: Id77ea2bde1c2582d1a7bec4ed256ea900998c4b8
This commit is contained in:
committed by
Rutherther
parent
0e0884eb4f
commit
9efc2a690e
@@ -103,7 +103,7 @@ struct Settings {
|
|||||||
/* The canonical system name, as returned by config.guess. */
|
/* The canonical system name, as returned by config.guess. */
|
||||||
string thisSystem;
|
string thisSystem;
|
||||||
|
|
||||||
/* The maximum time in seconds that a builer can go without
|
/* The maximum time in seconds that a builder can go without
|
||||||
producing any output on stdout/stderr before it is killed. 0
|
producing any output on stdout/stderr before it is killed. 0
|
||||||
means infinity. */
|
means infinity. */
|
||||||
time_t maxSilentTime;
|
time_t maxSilentTime;
|
||||||
|
|||||||
@@ -357,7 +357,7 @@ Path addPermRoot(StoreAPI & store, const Path & storePath,
|
|||||||
|
|
||||||
|
|
||||||
/* Sort a set of paths topologically under the references relation.
|
/* Sort a set of paths topologically under the references relation.
|
||||||
If p refers to q, then p preceeds q in this list. */
|
If p refers to q, then p precedes q in this list. */
|
||||||
Paths topoSortPaths(StoreAPI & store, const PathSet & paths);
|
Paths topoSortPaths(StoreAPI & store, const PathSet & paths);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ void writeToStderr(const string & s);
|
|||||||
inline void (*_writeToStderr) (const unsigned char * buf, size_t count) = 0;
|
inline void (*_writeToStderr) (const unsigned char * buf, size_t count) = 0;
|
||||||
|
|
||||||
|
|
||||||
/* Wrappers arount read()/write() that read/write exactly the
|
/* Wrappers around read()/write() that read/write exactly the
|
||||||
requested number of bytes. */
|
requested number of bytes. */
|
||||||
void readFull(int fd, unsigned char * buf, size_t count);
|
void readFull(int fd, unsigned char * buf, size_t count);
|
||||||
void writeFull(int fd, const unsigned char * buf, size_t count);
|
void writeFull(int fd, const unsigned char * buf, size_t count);
|
||||||
|
|||||||
Reference in New Issue
Block a user