diff options
author | Thomas White <taw@physics.org> | 2021-01-05 15:13:25 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-01-05 15:13:35 +0100 |
commit | d7adbd7e4a316cbb7d9fd9ca2fef234239e62797 (patch) | |
tree | c62b583827c7435a620968ecc13c102add369b6a /src | |
parent | 62dd980fededd6f8132690b5aae83fa21b1d6a77 (diff) |
Fix comment typo
Diffstat (limited to 'src')
-rw-r--r-- | src/pattern_sim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pattern_sim.h b/src/pattern_sim.h index 15a33530..aa26e46f 100644 --- a/src/pattern_sim.h +++ b/src/pattern_sim.h @@ -48,7 +48,7 @@ #define TYPE double #include "list_tmp.h" -/* CAs above, but for phase values */ +/* As above, but for phase values */ #define LABEL(x) x##_phase #define TYPE double #include "list_tmp.h" |