diff options
| author | Noah Misch | 2016-04-02 01:53:10 +0000 |
|---|---|---|
| committer | Noah Misch | 2016-04-02 01:53:10 +0000 |
| commit | 4ad6f13500cd9a3ca0652e43232f9515319e55e2 (patch) | |
| tree | a61b2e89bff781ca7831ab1dc3613478993d7478 /src/tools/valgrind.supp | |
| parent | f07d18b6e94da6ef93dc4e00096f1e7542814fdb (diff) | |
Copyedit comments and documentation.
Diffstat (limited to 'src/tools/valgrind.supp')
| -rw-r--r-- | src/tools/valgrind.supp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/valgrind.supp b/src/tools/valgrind.supp index f043678927..af03051260 100644 --- a/src/tools/valgrind.supp +++ b/src/tools/valgrind.supp @@ -136,7 +136,7 @@ # Atomic writes to 64bit atomic vars uses compare/exchange to # guarantee atomic writes of 64bit variables. pg_atomic_write is used -# during initialization of the atomic variable, hat leads to an +# during initialization of the atomic variable; that leads to an # initial read of the old, undefined, memory value. But that's just to # make sure the swap works correctly. { |
