aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkenta2 <kenta@mit.edu>2022-08-12 11:30:15 -0400
committerGitHub <noreply@github.com>2022-08-12 11:30:15 -0400
commite749d00d61a2b38f31a19e770c47b7b5bae4675e (patch)
tree12abc13b3f8da14ea09b1006cdc3d10c49541052
parent2724da69823195dc67f7e7b04dcb6374843d57e0 (diff)
parent7b47f19d1e829b89a790cbc5755c93defd23351a (diff)
downloadbsc-e749d00d61a2b38f31a19e770c47b7b5bae4675e.tar.gz
bsc-e749d00d61a2b38f31a19e770c47b7b5bae4675e.tar.bz2
bsc-e749d00d61a2b38f31a19e770c47b7b5bae4675e.zip
Merge pull request #496 from pbing/pbing-patch-1
Fix typo
-rw-r--r--doc/libraries_ref_guide/LibDoc/Clocks.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libraries_ref_guide/LibDoc/Clocks.tex b/doc/libraries_ref_guide/LibDoc/Clocks.tex
index e1d075b5..93011119 100644
--- a/doc/libraries_ref_guide/LibDoc/Clocks.tex
+++ b/doc/libraries_ref_guide/LibDoc/Clocks.tex
@@ -389,7 +389,7 @@ The \te{mkUngatedClock} module is an ungated version of the
\te{mkClock} module. It takes only an oscillator argument (no gate
argument) and returns the same \te{new\_clock} interface. Since
there is no gate, an error is returned if the design calls the
-\te{setGetCond} method. The \te{getGateCond} method always returns True.
+\te{setGateCond} method. The \te{getGateCond} method always returns True.
\begin{figure}[ht]