diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-01-08 13:55:34 +0200 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-14 09:16:45 +0100 |
| commit | 9efc2a690e5b5ea891457e2ae170597a548a19e6 (patch) | |
| tree | a6a0a650e2c627fe74eadedb189317ce461111a9 /nix/libutil/util.hh | |
| parent | 0e0884eb4fd2ea03b6055840460171e94af0be00 (diff) | |
nix: Spelling corrections.
* nix/libstore/globals.hh,
nix/libstore/store-api.hh,
nix/libutil/util.hh: Fix misspellings in comments.
Change-Id: Id77ea2bde1c2582d1a7bec4ed256ea900998c4b8
Diffstat (limited to 'nix/libutil/util.hh')
| -rw-r--r-- | nix/libutil/util.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/libutil/util.hh b/nix/libutil/util.hh index 42cb60ea0d4..3bf2f0be754 100644 --- a/nix/libutil/util.hh +++ b/nix/libutil/util.hh | |||
| @@ -170,7 +170,7 @@ void writeToStderr(const string & s); | |||
| 170 | inline void (*_writeToStderr) (const unsigned char * buf, size_t count) = 0; | 170 | inline void (*_writeToStderr) (const unsigned char * buf, size_t count) = 0; |
| 171 | 171 | ||
| 172 | 172 | ||
| 173 | /* Wrappers arount read()/write() that read/write exactly the | 173 | /* Wrappers around read()/write() that read/write exactly the |
| 174 | requested number of bytes. */ | 174 | requested number of bytes. */ |
| 175 | void readFull(int fd, unsigned char * buf, size_t count); | 175 | void readFull(int fd, unsigned char * buf, size_t count); |
| 176 | void writeFull(int fd, const unsigned char * buf, size_t count); | 176 | void writeFull(int fd, const unsigned char * buf, size_t count); |
